Skip to content

Commit f97c191

Browse files
committed
fix
1 parent b76cf3c commit f97c191

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reverse-proxy/etc/nginx/templates/location.d/90-reverse-proxy.conf.template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ location / {
44
proxy_set_header X-Real-IP $remote_addr;
55
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
66
proxy_set_header X-Forwarded-Proto $scheme;
7-
7+
88
proxy_set_header Connection "Keep-Alive";
99
proxy_cache_bypass $http_upgrade;
1010
proxy_http_version 1.1;
1111

12-
proxy_redirect off;
12+
proxy_redirect "";
13+
proxy_intercept_errors off;
1314
}

0 commit comments

Comments
 (0)