/dav port

This commit is contained in:
Harivansh Rathi 2026-04-01 23:41:56 +00:00
parent 499b63a2ac
commit 0a90fbdc4d

View file

@ -236,6 +236,7 @@ in
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:3100";
locations."/dav/".proxyPass = "http://127.0.0.1:8090";
};
};