|
|
@@ -94,15 +94,7 @@ http {
|
|
|
proxy_cache_bypass $http_upgrade;
|
|
|
|
|
|
|
|
|
- # Proxy headers
|
|
|
- proxy_set_header Upgrade $http_upgrade;
|
|
|
- proxy_set_header Connection $connection_upgrade;
|
|
|
- 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_set_header X-Forwarded-Proto $scheme;
|
|
|
- proxy_set_header X-Forwarded-Host $host;
|
|
|
- proxy_set_header X-Forwarded-Port $server_port;
|
|
|
+
|
|
|
|
|
|
# Proxy timeouts
|
|
|
proxy_connect_timeout 60s;
|
|
|
@@ -116,16 +108,7 @@ http {
|
|
|
proxy_cache_bypass $http_upgrade;
|
|
|
|
|
|
|
|
|
- # Proxy headers
|
|
|
- proxy_set_header Upgrade $http_upgrade;
|
|
|
- proxy_set_header Connection $connection_upgrade;
|
|
|
- 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_set_header X-Forwarded-Proto $scheme;
|
|
|
- proxy_set_header X-Forwarded-Host $host;
|
|
|
- proxy_set_header X-Forwarded-Port $server_port;
|
|
|
-
|
|
|
+
|
|
|
# Proxy timeouts
|
|
|
proxy_connect_timeout 60s;
|
|
|
proxy_send_timeout 60s;
|