summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_drupal/CentOS.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_drupal/CentOS.erb')
-rw-r--r--templates/vhosts/php_drupal/CentOS.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/vhosts/php_drupal/CentOS.erb b/templates/vhosts/php_drupal/CentOS.erb
index f92e3b0..0b51c3b 100644
--- a/templates/vhosts/php_drupal/CentOS.erb
+++ b/templates/vhosts/php_drupal/CentOS.erb
@@ -102,9 +102,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 %>