Skip to content

Commit ed12685

Browse files
authored
Fix proxy config (#98)
* Fix proxy config * Add padding * delete LF
1 parent b2c7c58 commit ed12685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/nginx/includes/http-common.conf

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ map $http_x_forwarded_host $the_host {
1414
"" $this_host;
1515
}
1616

17+
map $http_x_forwarded_prefix $the_prefix {
18+
default $http_x_forwarded_prefix;
19+
}
20+
1721
map $http_upgrade $proxy_connection {
1822
default upgrade;
1923
"" close;

0 commit comments

Comments
 (0)