summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_typo3/php_typo3.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_typo3/php_typo3.erb')
-rw-r--r--templates/vhosts/php_typo3/php_typo3.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/vhosts/php_typo3/php_typo3.erb b/templates/vhosts/php_typo3/php_typo3.erb
index 75182e1..a22c8ec 100644
--- a/templates/vhosts/php_typo3/php_typo3.erb
+++ b/templates/vhosts/php_typo3/php_typo3.erb
@@ -1,7 +1,7 @@
# <%= servername %>
<%- unless ssl_mode.to_s == 'only' then -%>
<VirtualHost *:80>
- Include conf.d/defaults.inc
+ Include include.d/defaults.inc
AddDefaultCharset utf-8
@@ -88,8 +88,8 @@
<%- unless ssl_mode.to_s == 'false' then -%>
<VirtualHost *:443>
- Include conf.d/defaults.inc
- Include conf.d/ssl_defaults.inc
+ Include include.d/defaults.inc
+ Include include.d/ssl_defaults.inc
AddDefaultCharset utf-8