We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5717fb + 83afc3f commit 6c0d110Copy full SHA for 6c0d110
1 file changed
router/templates/nginx.conf
@@ -75,7 +75,7 @@ http {
75
server {
76
server_name ~^deis-store\.(?<domain>.+)$;
77
include deis.conf;
78
-
+
79
client_max_body_size 0;
80
81
location / {
@@ -112,7 +112,7 @@ http {
112
{{ end }}
113
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
114
proxy_redirect off;
115
- proxy_connect_timeout 10s;
+ proxy_connect_timeout 30s;
116
proxy_send_timeout 1200s;
117
proxy_read_timeout 1200s;
118
proxy_http_version 1.1;
0 commit comments