5 lines
185 B
Django/Jinja
5 lines
185 B
Django/Jinja
## sourced by conf/uwsgi/headers.conf
|
|
## hide response headers
|
|
{%- for h in j2cfg.response_headers | dict_keys | http_header | uniq_str_list %}
|
|
uwsgi_hide_header {{ h }};
|
|
{%- endfor %} |