소스 검색

Disable directory listing just in case

Girish Ramakrishnan 9 년 전
부모
커밋
02d411b2ac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apache2-wordpress.conf

+ 1 - 0
apache2-wordpress.conf

@@ -12,6 +12,7 @@
 
     # some directories must be protected
    <Directory /app/code/wp-content>
+        DirectoryIndex Off
         Options -FollowSymLinks
         AllowOverride None
         <IfModule mod_php5.c>