qt6windows7/tests/testserver/apache2/testdata/dav.conf
2023-10-29 23:33:08 +01:00

8 lines
135 B
Plaintext

Alias /dav /home/writeables/dav
<Location /dav>
DAV On
order allow,deny
allow from all
Require all granted
</Location>