Update services/nginx.nix
This commit is contained in:
parent
34b54e1aad
commit
c7f7e75a38
1 changed files with 3 additions and 2 deletions
|
|
@ -116,8 +116,9 @@ in
|
||||||
# (default: localhost/127.0.0.1). Override Host so it passes.
|
# (default: localhost/127.0.0.1). Override Host so it passes.
|
||||||
"sabnzbd.nordhammer.it" = lib.recursiveUpdate (protectedProxy 8085) {
|
"sabnzbd.nordhammer.it" = lib.recursiveUpdate (protectedProxy 8085) {
|
||||||
locations."/".extraConfig = autheliaAuthConfig + ''
|
locations."/".extraConfig = autheliaAuthConfig + ''
|
||||||
proxy_set_header Host "127.0.0.1:8085";
|
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