ansible-role-nginx/templates/proxy.conf.j2
2019-07-14 14:51:19 +02:00

5 lines
130 B
Django/Jinja

{% for ip in nginx.real_ip_from %}
set_real_ip_from {{ ip }};
{% endfor %}
real_ip_header X-Forwarded-For;
real_ip_recursive on;