parent
61ca79dbd1
commit
523e8ea4d2
1 changed files with 5 additions and 8 deletions
|
@ -8,16 +8,13 @@
|
|||
recommendedTlsSettings = true;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts = let tld = "vatthauer.xyz"; in
|
||||
{
|
||||
"git.${tld}" = {
|
||||
services.nginx.virtualHosts."git.vatthauer.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3001/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."vaultwarden.vatthauer.xyz" = {
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in a new issue