## sourced by conf.d/uwsgi/headers.conf ## set/remove request headers {%- set req_hdr_dict = j2cfg.request_headers or {} -%} {%- for h, v in req_hdr_dict.items() %} uwsgi_param {{ h | as_cgi_header }} {{ v | ngx_esc }}; {%- endfor %}