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

This commit is contained in:
2025-01-22 00:24:05 +01:00
parent a465c75339
commit ac3b1e1be0

View File

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