flamesites

This commit is contained in:
TheWanderingCrow 2025-08-19 17:37:46 -04:00
parent 87b1ebb8be
commit 068c3c9dff

View file

@ -7,7 +7,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "swgalaxyproject.com"; useACMEHost = "swgalaxyproject.com";
locations."/" = { locations."/" = {
proxyPass = ""; proxyPass = "http://localhost:8080";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
@ -15,7 +15,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = "test.swgalaxyproject.com"; useACMEHost = "test.swgalaxyproject.com";
locations."/" = { locations."/" = {
proxyPass = ""; proxyPass = "http://localhost:8080";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };