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