summaryrefslogtreecommitdiffstats
path: root/roles/nginx/templates/nginx.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx/templates/nginx.conf.j2')
-rw-r--r--roles/nginx/templates/nginx.conf.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/nginx/templates/nginx.conf.j2 b/roles/nginx/templates/nginx.conf.j2
index 1bce57da..1ebbe3df 100644
--- a/roles/nginx/templates/nginx.conf.j2
+++ b/roles/nginx/templates/nginx.conf.j2
@@ -76,4 +76,6 @@ http {
include /etc/nginx/conf.d/*.conf;
}
+
+ include /etc/nginx/vhosts.d/*.conf;
}