[fanny] forward https proto to wp to prevent insecure warnings
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 20:01:47 +02:00
parent 8b0206d19f
commit c0d5244002
+5
View File
@@ -324,6 +324,11 @@ in
proxyPass = "http://${hosts.malobeo.hosts.wordpress.network.address}";
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-Host $host;
proxy_set_header X-Forwarded-Port 443;
proxy_set_header X-Forwarded-Proto https;
'';
};
};