1
0
Files
angie-conv-image/angie/snip/proxy-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
190 B
Django/Jinja

## sourced by conf/proxy-http/headers.conf
## hide response headers
{%- for h in j2cfg.response_headers | dict_keys | http_header | uniq_str_list %}
proxy_hide_header {{ h }};
{%- endfor %}