[host] nextcloud rm proxy_set_header

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

View File

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