Sfoglia il codice sorgente

Disable directory listing just in case

Girish Ramakrishnan 9 anni fa
parent
commit
02d411b2ac
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>