DCD-1123: Increase nginx timeout.

This commit is contained in:
Steve Smith
2020-10-22 13:33:19 +11:00
parent f7c181889c
commit 3762513eae

View File

@@ -2,6 +2,9 @@
{% for ctx, backend in atl_proxy_map.items() %}
location /{{ctx}} {
proxy_pass {{backend}};
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_redirect off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;