Hello, I have a problem, the following configuration does not work :
:80 {
tls off
gzip
basicauth / "user1" "toto"
basicauth / "user2" "tata"
webdav /dav {
user1:
scope "/dav1"
user2:
scope "/dav2"
}
}
What I would like is that user1 have access to the directory dav1 and user2 to the directory dav2. Can you help me? Thank you for your help.
Cordially.