From fa165ba1e31d03dac19cd128412ab64bec1c10d0 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 16 Feb 2020 16:22:01 +0100 Subject: [PATCH] finalize nextcloud roles --- templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 6f16d93..74cd591 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -73,7 +73,7 @@ http { {% block http_includes %} include {{ nginx_conf_path }}/*.conf; {% if nginx_conf_path != nginx_vhost_path %} - include {{ nginx_vhost_path }}/*; + include {{ nginx_vhost_path }}/*.conf; {% endif %} {% endblock %}