From d209cbe89ac3f19968e7292fa678606bd17ba133 Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Sat, 16 May 2015 17:30:31 +0700 Subject: [PATCH] restore compartability with geerlingguy-kibana --- templates/nginx.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index be9b993..c63c61d 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -47,8 +47,8 @@ http { } {% endfor %} - include {{ nginx_conf_path }}/*; + include {{ nginx_conf_path }}/*.conf; {% if nginx_conf_path != nginx_vhost_path %} - include {{ nginx_vhost_path }}/*; + include {{ nginx_vhost_path }}/*.conf; {% endif %} }