[host] rm proxy_set_header
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m27s

This commit is contained in:
2025-01-22 00:06:44 +01:00
parent 1e5a18759a
commit a465c75339

View File

@@ -72,7 +72,6 @@ in
locations."/" = {
proxyPass = "http://10.0.0.12";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};