add reverse proxy for notes share

This commit is contained in:
chaos 2024-04-26 19:58:03 +01:00
parent c84a946b76
commit f0bc4e058f
No known key found for this signature in database

View file

@ -91,6 +91,7 @@ in {
"/Public/".proxyPass = "http://${containerIP}:${toString ports.webdav_public}";
"/Uploads/".proxyPass = "http://${containerIP}:${toString ports.webdav_uploads}";
"/Gaming/".proxyPass = "http://${containerIP}:${toString ports.webdav_gaming}";
"/Notes/".proxyPass = "http://${containerIP}:${toString ports.webdav_notes}";
};
extraConfig = ''
client_max_body_size ${clientMaxBodySize};