Explorar el Código

Disable directory indexes for public access

Johannes Zellner hace 9 años
padre
commit
dee9886ee7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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