1
0
Files
angie-conv-image/angie/snip/http-response-headers.j2
Konstantin Demin 612532576b treewide: improve template expansion
also: support *.toml as extra configuration dictionaries
2025-06-19 06:00:31 +03:00

5 lines
194 B
Django/Jinja

## sourced by autoconf/http-response-headers.conf
## add response headers
{%- for h, v in j2cfg.response_headers | http_header | dictsort %}
add_header {{ h }} {{ v | ngx_esc }};
{%- endfor %}