1
0
angie-conv-image/angie/snip.dist/http-response-headers.j2

6 lines
227 B
Django/Jinja

## sourced by autoconf.d/http-response-headers.conf
## add response headers
{%- set resp_hdr_dict = j2cfg.response_headers or {} -%}
{%- for h, v in resp_hdr_dict.items() %}
add_header {{ h }} {{ v | ngx_esc }};
{%- endfor %}