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

This commit is contained in:
2025-01-22 00:28:49 +01:00
parent 459e538d50
commit c4a68c6bec

View File

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