Update services/nginx.nix
This commit is contained in:
parent
dda93320d8
commit
58440af384
1 changed files with 1 additions and 7 deletions
|
|
@ -112,13 +112,7 @@ in
|
||||||
"7dtd.nordhammer.it" = protectedProxy 8090;
|
"7dtd.nordhammer.it" = protectedProxy 8090;
|
||||||
"adguard.nordhammer.it" = protectedProxy 3000;
|
"adguard.nordhammer.it" = protectedProxy 3000;
|
||||||
"profilarr.nordhammer.it" = protectedProxy 6868;
|
"profilarr.nordhammer.it" = protectedProxy 6868;
|
||||||
# SABnzbd hostname check compares the Host header against its whitelist
|
"sabnzbd.nordhammer.it" = protectedProxy 8085;
|
||||||
# (default: localhost/127.0.0.1). Override Host so it passes.
|
|
||||||
"sabnzbd.nordhammer.it" = lib.recursiveUpdate (protectedProxy 8085) {
|
|
||||||
locations."/".extraConfig = autheliaAuthConfig + ''
|
|
||||||
proxy_set_header Host "127.0.0.1:8085";
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
# --- Local-only: serves update history JSON to Homepage's customapi widget ---
|
# --- Local-only: serves update history JSON to Homepage's customapi widget ---
|
||||||
"homepage-updates.local" = {
|
"homepage-updates.local" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue