Parcourir la source

Enable Indexes for webdav share

Johannes Zellner il y a 9 ans
Parent
commit
2995ca4082
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      apache2-app.conf

+ 1 - 0
apache2-app.conf

@@ -18,6 +18,7 @@
     Alias /webdav /app/data/public
 
     <Location /webdav>
+        Options +Indexes
         DAV on
         DavDepthInfinity on
         AuthType Basic