فهرست منبع

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