[fanny] update header, rm wp port
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped
Check flake syntax / flake-check (push) Failing after 7m23s

This commit is contained in:
2026-09-14 19:08:11 +02:00
parent 3226f6cc2c
commit a4a69c85b8
+1 -4
View File
@@ -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;
'';
};
};