Add timount on nginx configs

set timeout to 900

Signed-off-by: DQ <dengq@vmware.com>
This commit is contained in:
DQ 2020-05-26 16:11:57 +08:00
parent 3e39914951
commit 712ac4fb5b
2 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,9 @@ http {
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off; proxy_buffering off;
proxy_request_buffering off; proxy_request_buffering off;
proxy_send_timeout 900;
proxy_read_timeout 900;
} }
location /service/ { location /service/ {

View File

@ -138,6 +138,8 @@ http {
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off; proxy_buffering off;
proxy_request_buffering off; proxy_request_buffering off;
proxy_send_timeout 900;
proxy_read_timeout 900;
} }
location /service/ { location /service/ {