add proxies

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-03 15:35:52 -05:00
parent e122f8d410
commit 6c5b08444a

View file

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