Преглед изворни кода

Enable Indexes for webdav share

Johannes Zellner пре 9 година
родитељ
комит
2995ca4082
1 измењених фајлова са 1 додато и 0 уклоњено
  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