summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-11-03 12:53:24 +0100
committerAndreas <andreas@immerda.ch>2009-11-03 12:53:24 +0100
commitfa4ca8a7e9934fded4963d59d3a618646245bf5a (patch)
tree8115754033a6480aeec03276add036cc84564bbe /templates
parent8cda647dbde6430fd0e7b844179f3d2b31b3490a (diff)
add utf-8 as default charset
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/php_typo3/CentOS.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/vhosts/php_typo3/CentOS.erb b/templates/vhosts/php_typo3/CentOS.erb
index 02a42e2..7825a1b 100644
--- a/templates/vhosts/php_typo3/CentOS.erb
+++ b/templates/vhosts/php_typo3/CentOS.erb
@@ -3,6 +3,8 @@
<VirtualHost *:80>
Include conf.d/defaults.inc
+ AddDefaultCharset utf-8
+
ServerName <%= servername %>
<%- unless serveralias.to_s.empty? then -%>
ServerAlias <%= serveralias %>
@@ -83,6 +85,8 @@
Include conf.d/defaults.inc
Include conf.d/ssl_defaults.inc
+ AddDefaultCharset utf-8
+
ServerName <%= servername %>
<%- unless serveralias.to_s.empty? then -%>
ServerAlias <%= serveralias %>