Browse Source

Disable directory indexes for public access

Johannes Zellner 9 năm trước cách đây
mục cha
commit
dee9886ee7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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