1
0
Files
angie-conv-image/angie/autoconf/http-realip.conf.j2

5 lines
167 B
Django/Jinja

{%- set hdr = j2cfg.headers.real_ip_from or 'off' -%}
{%- if hdr != 'off' %}
real_ip_header {{ hdr | http_header }};
{% include 'realip-set-from.j2inc' %}
{%- endif %}