This commit is contained in:
Taeer Bar-Yam 2024-09-23 12:22:40 -04:00
parent db39623eeb
commit 3e4b486921

View file

@ -173,6 +173,8 @@ in
};
};
services.nginx.virtualHosts."garagePortProxy" = {
forceSSL = true;
enableACME = true;
serverName = "*.${fedicfg.web.rootDomain}";
locations."/" = {
proxyPass = "http://localhost:3902";