Merge pull request #16 from Firfi/master

Restore compartability with geerlingguy-kibana, only include .conf files.
This commit is contained in:
Jeff Geerling 2015-05-16 06:50:44 -07:00
commit c892b0a2fe
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 %}
}