Restore nginx's default search pattern for sites-enabled

This commit is contained in:
techraf 2016-02-29 23:04:05 +09:00
parent 2cce06230f
commit c4816d0c08
1 changed files with 1 additions and 1 deletions

View File

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