From 068c3c9dffd8a31ef319fba8ea5dd7c24a05e23e Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 19 Aug 2025 17:37:46 -0400 Subject: [PATCH] flamesites --- modules/services/flamesites/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/flamesites/default.nix b/modules/services/flamesites/default.nix index 413f0e1..68f2aae 100644 --- a/modules/services/flamesites/default.nix +++ b/modules/services/flamesites/default.nix @@ -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; }; };