add affine

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-01-17 10:28:14 -06:00
parent 4aba399239
commit dfdb373adb
7 changed files with 395 additions and 233 deletions

View file

@ -42,6 +42,14 @@
proxyPass = "http://10.20.40.104:3080";
};
};
"affine.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://10.20.40.104:3010";
};
};
"gist.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;