Forráskód Böngészése

Enable Indexes for webdav share

Johannes Zellner 9 éve
szülő
commit
2995ca4082
1 módosított fájl, 1 hozzáadás és 0 törlés
  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