8 lines
146 B
Text
8 lines
146 B
Text
|
# Managed by Ansible
|
||
|
|
||
|
{% if nginx_bad_client_ip is defined %}
|
||
|
{% for client in nginx_bad_client_ip %}
|
||
|
deny {{ client }};
|
||
|
{% endfor %}
|
||
|
{% endif %}
|