1
0
Files
angie-conv-image/angie/snip/fastcgi-request-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
191 B
Django/Jinja

## sourced by conf/fastcgi/headers.conf
## set/remove request headers
{%- for h, v in j2cfg.request_headers | cgi_header | dictsort %}
fastcgi_param {{ h }} {{ v | ngx_esc }};
{%- endfor %}