From e96ef403d16eff4cf01fb71f6b1ac49a0feec5d5 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 20 Aug 2025 15:47:20 -0400 Subject: [PATCH] add nnsbluegrass site --- hosts/nixos/HandlerOne/default.nix | 2 +- modules/services/flamesites/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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; }; };