1. Output of caddy version
:
v2.6.2
2. How I run Caddy:
as a webdav server
a. System environment:
ubuntu 22
d. My complete Caddy config:
{
order webdav last
}
dav.atest.com {
root * /local/test
basicauth {
user1 $2a$14$SJ1Fe4jVLVyltVnSgJbp5.SlYjaw6WXmtrZcZjepD7h/qWwZluPwS
}
webdav
}
3. The problem I’m having:
Is it possible to limit the size of the folder (kind of a quota) when uploading files using webdav ?
Is it possible to have Caddy only serve .HTML, .JPEG and .PNG by excluding every other file extension ?