소스 검색

Disable directory index search

Johannes Zellner 9 년 전
부모
커밋
5f4bac8339
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apache2-app.conf

+ 1 - 0
apache2-app.conf

@@ -19,6 +19,7 @@
 
     <Location /webdav>
         Options +Indexes
+        DirectoryIndex disabled
         DAV on
         DavDepthInfinity on
         AuthType Basic