restore compartability with geerlingguy-kibana

This commit is contained in:
Igor Loskutov 2015-05-16 17:30:31 +07:00
parent 0ae5084e53
commit d209cbe89a
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}
}