Update services/nginx.nix

This commit is contained in:
rope 2026-05-04 01:53:01 -07:00
parent 34b54e1aad
commit c7f7e75a38

View file

@ -118,6 +118,7 @@ in
locations."/".extraConfig = autheliaAuthConfig + ''
proxy_set_header Host "127.0.0.1:8085";
'';
};
# --- Local-only: serves update history JSON to Homepage's customapi widget ---
"homepage-updates.local" = {