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

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