salt-common/sls/nginx/real_ip.conf.tpl
2016-04-17 02:52:58 +03:00

5 lines
89 B
Smarty

{% for ip in ips %}
set_real_ip_from {{ ip }};
{% endfor %}
real_ip_header {{ header }};