5 lines
194 B
Django/Jinja
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 %} |