fix name of cmd call
This commit is contained in:
parent
def291d210
commit
26f606e634
@ -13,7 +13,7 @@ events {
|
|||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
{% if 'set_real_ips' in nginx and salt['cmdmod.retcode']('nginx -V 2>&1 | grep http_realip_module') == 0 -%}
|
{% if 'set_real_ips' in nginx and salt['cmd.retcode']('nginx -V 2>&1 | grep http_realip_module') == 0 -%}
|
||||||
{% for ip in nginx.get('set_real_ips', {}).get('ips', []) -%}
|
{% for ip in nginx.get('set_real_ips', {}).get('ips', []) -%}
|
||||||
set_real_ip_from {{ ip }};
|
set_real_ip_from {{ ip }};
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user