1
0
angie-conv-image/angie/snip.dist/proxy-request-headers.j2

6 lines
229 B
Django/Jinja

## sourced by conf.d/proxy-http/headers.conf
## set/remove request headers
{%- set req_hdr_dict = j2cfg.request_headers or {} -%}
{%- for h, v in req_hdr_dict.items() %}
proxy_set_header {{ h }} {{ v | ngx_esc }};
{%- endfor %}