forgot one http_host

This commit is contained in:
Lillian Violet 2026-03-17 17:31:09 +01:00
parent b1554aa23e
commit 7b773cbcd7

View file

@ -126,7 +126,7 @@ in {
extraConfig = ''
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $http_host;
proxy_set_header Host $host;
proxy_buffering off;
'';
};