forgot a semicolon
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 39s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 39s
This commit is contained in:
parent
5e2c8dfa6e
commit
dd7d994cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
"www" = "https://proxy.${homelab.domain}";
|
"www" = "https://proxy.${homelab.domain}";
|
||||||
"dash" = "https://proxy.${homelab.domain}";
|
"dash" = "https://proxy.${homelab.domain}";
|
||||||
"immich" = "https://gallery.proxy.${homelab.domain}";
|
"immich" = "https://gallery.proxy.${homelab.domain}";
|
||||||
"2fa" = "https://2fa.${homelab.domain}"
|
"2fa" = "https://2fa.${homelab.domain}";
|
||||||
};
|
};
|
||||||
exta-conf = ''
|
exta-conf = ''
|
||||||
# proxy_set_header X-Auth-User $remote_user;
|
# proxy_set_header X-Auth-User $remote_user;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue