## sourced by conf/proxy-http/headers.conf ## hide response headers {%- for h in j2cfg.response_headers | dict_keys | http_header | uniq_str_list %} proxy_hide_header {{ h }}; {%- endfor %}