summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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 %>