mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
[nginx-php][boring-nginx] update to 1.13.10 and increase proxy timeout
This commit is contained in:
@ -4,3 +4,8 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Remote-Port $remote_port;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_redirect off;
|
||||
|
||||
proxy_connect_timeout 1400;
|
||||
proxy_send_timeout 1400;
|
||||
proxy_read_timeout 1400;
|
||||
send_timeout 1400;
|
||||
|
Reference in New Issue
Block a user