[fanny] fix hydra proxy
Check flake syntax / flake-check (push) Successful in 20m51s
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped

This commit is contained in:
2026-09-04 18:10:53 +02:00
parent f2deba5153
commit 11575cf7fc
+3
View File
@@ -304,8 +304,11 @@ in
enableACME = true;
locations."/" = {
proxyPass = "http://${hosts.malobeo.hosts.albert.network.address}:3000";
recommendedProxySettings = true;
extraConfig = ''
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Port 443;
proxy_set_header X-Forwarded-Proto https;
'';
};
};