Sfoglia il codice sorgente

Enable Indexes for webdav share

Johannes Zellner 9 anni fa
parent
commit
2995ca4082
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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