0.1.33-DEV-20200821-141726
-------------------------- * MODIFY: - logging ip's appears to be reversed, changing...
This commit is contained in:
parent
3c93bcd316
commit
89d83e598b
@ -13,9 +13,9 @@
|
||||
{% if proxy_site_dontlog_ips is defined %}
|
||||
map $remote_addr $log_ip {
|
||||
{% for item in proxy_site_dontlog_ips %}
|
||||
"~{{ item }}" 1;
|
||||
"~{{ item }}" 0;
|
||||
{% endfor %}
|
||||
default 0;
|
||||
default 1;
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user