## sourced by autoconf.d/http-response-headers.conf ## add response headers {%- set resp_hdr_dict = j2cfg.response_headers or {} -%} {%- for h, v in resp_hdr_dict.items() %} add_header {{ h }} {{ v | ngx_esc }}; {%- endfor %}