Pārlūkot izejas kodu

Enable Indexes for webdav share

Johannes Zellner 9 gadi atpakaļ
vecāks
revīzija
2995ca4082
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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