add food-tracker nginx virtualhost
This commit is contained in:
parent
c39083b936
commit
dd65a35564
1 changed files with 6 additions and 0 deletions
6
void.nix
6
void.nix
|
|
@ -527,6 +527,12 @@
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"food-tracker.005540.xyz" = {
|
||||
locations."/".proxyPass = "http://localhost:3001";
|
||||
locations."/".basicAuthFile = "/etc/nixos/secrets/food-tracker/basicauth";
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue