This reverts commit c1a4c0b7bd.
This commit is contained in:
Leon Vatthauer 2024-06-17 17:32:21 +02:00
parent 61ca79dbd1
commit 523e8ea4d2
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8

View file

@ -8,14 +8,11 @@
recommendedTlsSettings = true;
};
services.nginx.virtualHosts = let tld = "vatthauer.xyz"; in
{
"git.${tld}" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:3001/";
};
services.nginx.virtualHosts."git.vatthauer.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:3001/";
};
};