1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-03 05:02:34 +02:00

increase timeout for execution of scripts (imports)

This commit is contained in:
itstimetogoleft
2019-03-19 07:08:09 -07:00
parent b6ef6e01b7
commit 1018203a60

View File

@@ -5,6 +5,12 @@ server {
listen 80;
server_name _;
client_max_body_size 0;
fastcgi_send_timeout 600;
fastcgi_read_timeout 600;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;
location ~ ^/wp-* {
proxy_pass http://wordpress;