summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_simplemachine/php_simplemachine.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_simplemachine/php_simplemachine.erb')
-rw-r--r--templates/vhosts/php_simplemachine/php_simplemachine.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/vhosts/php_simplemachine/php_simplemachine.erb b/templates/vhosts/php_simplemachine/php_simplemachine.erb
index 8dc2c46..72f7b38 100644
--- a/templates/vhosts/php_simplemachine/php_simplemachine.erb
+++ b/templates/vhosts/php_simplemachine/php_simplemachine.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
ServerName <%= servername %>
<%- unless serveralias.to_s.empty? then -%>
@@ -70,8 +70,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
ServerName <%= servername %>
<%- unless serveralias.to_s.empty? then -%>