qt6windows7/tests/testserver/apache2/testdata/dav.conf

8 lines
135 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
Alias /dav /home/writeables/dav
<Location /dav>
DAV On
order allow,deny
allow from all
Require all granted
</Location>