mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-02-12 00:31:47 +01:00
restore compartability with geerlingguy-kibana
This commit is contained in:
parent
0ae5084e53
commit
d209cbe89a
@ -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 %}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user