From fa4ca8a7e9934fded4963d59d3a618646245bf5a Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 3 Nov 2009 12:53:24 +0100 Subject: add utf-8 as default charset --- templates/vhosts/php_typo3/CentOS.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/vhosts') 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 @@ 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 %> -- cgit v1.2.3