소스 검색

Disable directory indexes for public access

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

+ 1 - 1
apache2-app.conf

@@ -5,7 +5,7 @@
     CustomLog "|/bin/cat" combined
 
     <Directory /app/data/public>
-        Options +FollowSymLinks +Indexes
+        Options +FollowSymLinks
         AllowOverride All
         Require all granted