From 5a37fd5165a73db74b921725ea1681d38a50ee8e Mon Sep 17 00:00:00 2001 From: stitchy Date: Sat, 21 Dec 2024 19:20:17 -0800 Subject: [PATCH] feat(tanzanite): nginx configuration for forgio --- hosts/tanzanite/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 63414e5..d30c4e5 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -37,6 +37,13 @@ in { forceSSL = true; root = "/opt/www/stitchy.moe/public"; }; + "gay.stitchy.moe" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyPass = "http://127.0.0.1:3333"; + }; + }; }; };