mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2024-11-16 10:35:33 +01:00
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:
commit
90aeacbdd3
@ -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 %}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user