summaryrefslogtreecommitdiffstats
path: root/tests/testserver/apache2/testdata/dav.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testserver/apache2/testdata/dav.conf')
-rw-r--r--tests/testserver/apache2/testdata/dav.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testserver/apache2/testdata/dav.conf b/tests/testserver/apache2/testdata/dav.conf
new file mode 100644
index 0000000000..c207c2734b
--- /dev/null
+++ b/tests/testserver/apache2/testdata/dav.conf
@@ -0,0 +1,7 @@
+Alias /dav /home/writeables/dav
+<Location /dav>
+ DAV On
+ order allow,deny
+ allow from all
+ Require all granted
+</Location>