diff options
Diffstat (limited to 'templates/vhosts/php_joomla')
-rw-r--r-- | templates/vhosts/php_joomla/CentOS.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/vhosts/php_joomla/CentOS.erb b/templates/vhosts/php_joomla/CentOS.erb index b39a47c..fb8a49f 100644 --- a/templates/vhosts/php_joomla/CentOS.erb +++ b/templates/vhosts/php_joomla/CentOS.erb @@ -103,9 +103,6 @@ ErrorLog <%= logdir %>/error_log CustomLog <%= logdir %>/access_log combined - <%- if default_charset.to_s != 'absent' then -%> - AddDefaultCharset <%= default_charset %> - <%- end -%> <%- if run_mode.to_s == 'itk' -%> <IfModule mpm_itk_module> AssignUserId <%= run_uid+" "+run_gid %> |