Skip to content
Snippets Groups Projects
Unverified Commit 6e8d2071 authored by Tim McEwan's avatar Tim McEwan Committed by GitHub
Browse files

Add timeouts for both configurations (#13568)

We don't use `NGINX_FORCE_SSL` as we're in a VPC.
parent 991daa92
Branches
Tags
No related merge requests found
......@@ -127,6 +127,10 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;
}
}
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment