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