add cdn to proxy
This commit is contained in:
parent
a57a266372
commit
5246d65afb
2 changed files with 3 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ homelab, ... }: let
|
||||
base = "proxy.${homelab.domain}";
|
||||
proxyMappings = {
|
||||
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
||||
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
||||
"cdn" = { dest = "http://localhost:3000"; auth = false; };
|
||||
};
|
||||
in {
|
||||
users.users.nginx.extraGroups = [ "acme" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue