restore compartability with geerlingguy-kibana

pull/16/head
Igor Loskutov 9 years ago
parent 0ae5084e53
commit d209cbe89a
  1. 4
      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 %}
}