Преглед изворни кода

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>