summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_typo3
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_typo3')
-rw-r--r--templates/vhosts/php_typo3/CentOS.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/vhosts/php_typo3/CentOS.erb b/templates/vhosts/php_typo3/CentOS.erb
index 75182e1..bc008e4 100644
--- a/templates/vhosts/php_typo3/CentOS.erb
+++ b/templates/vhosts/php_typo3/CentOS.erb
@@ -3,8 +3,6 @@
<VirtualHost *:80>
Include conf.d/defaults.inc
- AddDefaultCharset utf-8
-
ServerName <%= servername %>
<%- unless serveralias.to_s.empty? then -%>
ServerAlias <%= serveralias %>
@@ -91,8 +89,6 @@
Include conf.d/defaults.inc
Include conf.d/ssl_defaults.inc
- AddDefaultCharset utf-8
-
ServerName <%= servername %>
<%- unless serveralias.to_s.empty? then -%>
ServerAlias <%= serveralias %>