add blog domain

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-14 09:04:46 -05:00
parent 4ff663dfdf
commit 9c31b6ccda
3 changed files with 11 additions and 2 deletions

View file

@ -179,6 +179,14 @@
proxyPass = "http://100.64.0.13";
};
};
"blog.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.13";
};
};
"sso.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;