We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76cf3c commit f97c191Copy full SHA for f97c191
reverse-proxy/etc/nginx/templates/location.d/90-reverse-proxy.conf.template
@@ -4,10 +4,11 @@ location / {
4
proxy_set_header X-Real-IP $remote_addr;
5
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
6
proxy_set_header X-Forwarded-Proto $scheme;
7
-
+
8
proxy_set_header Connection "Keep-Alive";
9
proxy_cache_bypass $http_upgrade;
10
proxy_http_version 1.1;
11
12
- proxy_redirect off;
+ proxy_redirect "";
13
+ proxy_intercept_errors off;
14
}
0 commit comments