flame site

This commit is contained in:
TheWanderingCrow 2025-08-20 16:20:06 -04:00
parent e96ef403d1
commit d7424a3baa

View file

@ -48,7 +48,7 @@ in {
forceSSL = true; forceSSL = true;
useACMEHost = "nnsbluegrass.com"; useACMEHost = "nnsbluegrass.com";
locations."/" = { locations."/" = {
proxyPass = "http://localhost:8085"; proxyPass = "http://localhost:9821";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };