Add puzzles module and nginx vhosts for puzzles.joshuabell.xyz

This commit is contained in:
Joshua Bell 2026-02-06 15:36:48 -06:00
parent 418b0f288b
commit 9170ce518c
4 changed files with 32 additions and 13 deletions

View file

@ -237,6 +237,13 @@ in
proxyPass = "http://100.64.0.13";
};
};
"puzzles.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://100.64.0.13";
};
};
"llm.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;