Skip to content

Commit

Permalink
Fix proxy config (#98)
Browse files Browse the repository at this point in the history
* Fix proxy config

* Add padding

* delete LF
  • Loading branch information
KireevDmitry authored Aug 1, 2023
1 parent b2c7c58 commit ed12685
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nginx/includes/http-common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ map $http_x_forwarded_host $the_host {
"" $this_host;
}

map $http_x_forwarded_prefix $the_prefix {
default $http_x_forwarded_prefix;
}

map $http_upgrade $proxy_connection {
default upgrade;
"" close;
Expand Down

0 comments on commit ed12685

Please sign in to comment.