Skip to content
Snippets Groups Projects
Unverified Commit fd44470c authored by Shengwen YU's avatar Shengwen YU Committed by GitHub
Browse files

Merge pull request #1440 from zyyw/1.10.0-nginx-900

[Cherry-pick] fix: add timeout 900 for nginx config
parents 1c93a101 53a8caf6
No related branches found
No related tags found
Loading
......@@ -127,6 +127,8 @@ data:
proxy_set_header X-Forwarded-Proto $x_forwarded_proto;
proxy_buffering off;
proxy_request_buffering off;
proxy_send_timeout 900;
proxy_read_timeout 900;
}
location /service/ {
......
......@@ -88,6 +88,9 @@ data:
proxy_buffering off;
proxy_request_buffering off;
proxy_send_timeout 900;
proxy_read_timeout 900;
}
}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment