summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2010-01-03 16:55:24 +0100
committerAndreas <andreas@immerda.ch>2010-01-03 16:55:24 +0100
commitfbdc250d326b8638e12daece079129c84cef5b2e (patch)
tree29887d69215d93f2e7a21746be1fbbaba6aec2f1 /templates
parent5ecfb0414798f7e4e4ee3a02af644cf859e72574 (diff)
we have already a default charset flag we manage
Diffstat (limited to 'templates')
-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 %>