From d43a8eeb962fe8483958b1151c2d630f43ced3b8 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 4 Aug 2014 21:31:39 +0300 Subject: [PATCH] Protecting roundcube installer --- install/rhel/httpd-webmail.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/install/rhel/httpd-webmail.conf b/install/rhel/httpd-webmail.conf index 5111bf28..6da647f9 100644 --- a/install/rhel/httpd-webmail.conf +++ b/install/rhel/httpd-webmail.conf @@ -6,12 +6,13 @@ Alias /roundcubemail /usr/share/roundcubemail Alias /webmail /usr/share/roundcubemail - Order Deny,Allow - Deny from all - Allow from all + Order Deny,Allow + Deny from all + Allow from all - Order Deny,Allow - Deny from all + Order Deny,Allow + Deny from all + Allow from None