feat(tanzanite): nginx configuration for forgio

This commit is contained in:
stitchy 2024-12-21 19:20:17 -08:00
parent 59ad109068
commit 5a37fd5165
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -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";
};
};
};
};