diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98vtigercrm b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98vtigercrm index 2096dc2..7c5953c 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98vtigercrm +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98vtigercrm @@ -24,6 +24,7 @@ if ((${'vtigercrm'}{'InstallMode'} || 'disabled') eq 'enabled'){ } Order Deny,Allow + Deny from all { my $access = (${'vtigercrm'}{'access'} || 'private') eq 'public' ? 'all':"$localAccess $externalSSLAccess";