mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
DCD-1123: Increase nginx timeout.
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
{% for ctx, backend in atl_proxy_map.items() %}
|
{% for ctx, backend in atl_proxy_map.items() %}
|
||||||
location /{{ctx}} {
|
location /{{ctx}} {
|
||||||
proxy_pass {{backend}};
|
proxy_pass {{backend}};
|
||||||
|
proxy_read_timeout 300;
|
||||||
|
proxy_connect_timeout 300;
|
||||||
|
proxy_send_timeout 300;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|||||||
Reference in New Issue
Block a user