Browse Source

restore compartability with geerlingguy-kibana

Igor Loskutov 10 years ago
parent
commit
d209cbe89a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/nginx.conf.j2

+ 2 - 2
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 %}
 }