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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user