Add nginx vhosts for location and photos with ACME and proxy

This commit is contained in:
Joshua Bell 2026-02-08 23:27:01 -06:00
parent 9e5e3cd4fa
commit aab8691c7b

View file

@ -255,6 +255,22 @@ in
''; '';
}; };
}; };
"location.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.13";
};
};
"photos.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.13";
};
};
"llm.joshuabell.xyz" = { "llm.joshuabell.xyz" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;