소스 검색

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