proxy webdav

This commit is contained in:
Philip Peterson 2024-12-22 06:44:15 -05:00
parent eabb757add
commit 3e54951548

View file

@ -110,6 +110,17 @@
'';
};
};
"webdav.philippeterson.com" = {
serverName = "webdav.philippeterson.com";
enableACME = true;
onlySSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8082/"; # pass through to webdav
};
};
"forge.quinefoundation.com-https" = {
serverName = "forge.quinefoundation.com";
enableACME = true;