[fanny] try proxy settings
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped
Check flake syntax / flake-check (push) Failing after 7m21s

This commit is contained in:
2026-09-14 18:44:51 +02:00
parent ca79ed7f98
commit d60b5b6093
+3
View File
@@ -323,6 +323,9 @@ in
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;
'';
};
};