diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 7675281..cb5b2b1 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -53,6 +53,6 @@ http { include {{ nginx_conf_path }}/*.conf; {% if nginx_conf_path != nginx_vhost_path %} - include {{ nginx_vhost_path }}/*.conf; + include {{ nginx_vhost_path }}/*; {% endif %} }