diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index b6be393..0f4b2eb 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -319,13 +319,10 @@ in forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://${hosts.malobeo.hosts.wordpress.network.address}:80"; + proxyPass = "http://${hosts.malobeo.hosts.wordpress.network.address}"; recommendedProxySettings = true; extraConfig = '' proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto https; ''; }; };