add blog site share

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-10 12:32:40 -05:00
parent 3b5258646f
commit 4ff663dfdf

View file

@ -50,12 +50,23 @@ in
locations = {
"/" = {
proxyWebsockets = true;
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:9111";
};
};
};
"blog.joshuabell.xyz" = {
addSSL = true;
sslCertificate = "/var/lib/acme/joshuabell.xyz/fullchain.pem";
sslCertificateKey = "/var/lib/acme/joshuabell.xyz/key.pem";
locations = {
"/share" = {
proxyWebsockets = true;
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:9111";
extraConfig = ''
auth_request off;
'';
};
"/assets" = {
proxyPass = "http://127.0.0.1:9111";
extraConfig = ''
auth_request off;