Browse Source

Protecting roundcube installer

Serghey Rodin 11 years ago
parent
commit
0b9eb1932e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      install/rhel/httpd-webmail.conf

+ 5 - 0
install/rhel/httpd-webmail.conf

@@ -10,3 +10,8 @@ Alias /webmail /usr/share/roundcubemail
         Deny from all
         Deny from all
         Allow from all
         Allow from all
 </Directory>
 </Directory>
+
+<Directory /usr/share/roundcubemail/installer>
+        Order Deny,Allow
+        Deny from all
+</Directory>