Преглед на файлове

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