it's telling me to replace this with host in nginx files, see if that fixes it

This commit is contained in:
Lillian Violet 2026-03-17 17:25:22 +01:00
parent 5855d6242d
commit b1554aa23e

View file

@ -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 $http_host; proxy_set_header Host $host;
proxy_buffering off; proxy_buffering off;
# websocket # websocket