Просмотр исходного кода

Disable directory indexes for public access

Johannes Zellner 9 лет назад
Родитель
Сommit
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