Browse Source

Protecting roundcube installer

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

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

@@ -6,12 +6,13 @@ Alias /roundcubemail /usr/share/roundcubemail
 Alias /webmail /usr/share/roundcubemail
 
 <Directory /usr/share/roundcubemail/>
-        Order Deny,Allow
-        Deny from all
-        Allow from all
+    Order Deny,Allow
+    Deny from all
+    Allow from all
 </Directory>
 
 <Directory /usr/share/roundcubemail/installer>
-        Order Deny,Allow
-        Deny from all
+    Order Deny,Allow
+    Deny from all
+    Allow from None
 </Directory>