diff --git a/hosts/nixos/HandlerOne/default.nix b/hosts/nixos/HandlerOne/default.nix index 9c002f8..8e74a3f 100644 --- a/hosts/nixos/HandlerOne/default.nix +++ b/hosts/nixos/HandlerOne/default.nix @@ -128,8 +128,8 @@ "netbox.wanderingcrow.net" = {}; "notify.wanderingcrow.net" = {}; # Sites I host for someone else - "test.swgalaxyproject.com" = {}; "swgalaxyproject.com" = {}; + "nnsbluegrass.com" = {}; }; }; } diff --git a/modules/services/flamesites/default.nix b/modules/services/flamesites/default.nix index fc0e433..ceb8162 100644 --- a/modules/services/flamesites/default.nix +++ b/modules/services/flamesites/default.nix @@ -44,11 +44,11 @@ in { proxyWebsockets = true; }; }; - "test.swgalaxyproject.com" = { + "nnsbluegrass.com" = { forceSSL = true; - useACMEHost = "test.swgalaxyproject.com"; + useACMEHost = "nnsbluegrass.com"; locations."/" = { - proxyPass = "http://localhost:8080"; + proxyPass = "http://localhost:8085"; proxyWebsockets = true; }; };