{% for ip in nginx.real_ip_from %} set_real_ip_from {{ ip }}; {% endfor %} real_ip_header {{ nginx.real_ip_header }}; real_ip_recursive on;