Revert "it's telling me to replace this with host in nginx files, see if that fixes it"
This reverts commit b1554aa23e.
This commit is contained in:
parent
375c30e624
commit
76b9b5b29d
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ in {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
X-Forwarded-For $remote_addr;"
|
X-Forwarded-For $remote_addr;"
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
|
||||||
# websocket
|
# websocket
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue