Merge pull request #49 from techraf/restore-enabled-sites-default-behaviour

Restore nginx's default search pattern for sites-enabled
This commit is contained in:
Jeff Geerling 2016-02-29 15:00:50 -06:00
commit 90aeacbdd3

View File

@ -57,6 +57,6 @@ http {
include {{ nginx_conf_path }}/*.conf;
{% if nginx_conf_path != nginx_vhost_path %}
include {{ nginx_vhost_path }}/*.conf;
include {{ nginx_vhost_path }}/*;
{% endif %}
}