We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8addcf6 + 22b3ba6 commit 590499eCopy full SHA for 590499e
1 file changed
router/templates/nginx.conf
@@ -81,6 +81,8 @@ http {
81
proxy_send_timeout 1200s;
82
proxy_read_timeout 1200s;
83
84
+ proxy_next_upstream error timeout http_502 http_503 http_504;
85
+
86
add_header X-Deis-Upstream $upstream_addr;
87
88
proxy_pass http://{{ Base $service.Key }};
0 commit comments