summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/php.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php/php.erb')
-rw-r--r--templates/vhosts/php/php.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/vhosts/php/php.erb b/templates/vhosts/php/php.erb
index 84e5c26..411bfd6 100644
--- a/templates/vhosts/php/php.erb
+++ b/templates/vhosts/php/php.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 -%>
@@ -76,8 +76,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 -%>