Revert "forgot one http_host"

This reverts commit 7b773cbcd7.
This commit is contained in:
Lillian Violet 2026-03-17 18:32:17 +01:00
parent d91fe22030
commit 375c30e624

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 $host;
proxy_set_header Host $http_host;
proxy_buffering off;
'';
};