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

6 lines
227 B
Plaintext
Raw Normal View History

## sourced by autoconf.d/http-response-headers.conf
2024-09-17 14:11:00 +03:00
## 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 }};
2024-09-17 14:11:00 +03:00
{%- endfor %}