conf: add some missing escapes
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
{%- set resp_hdr_dict = j2cfg.response_headers or {} -%}
|
||||
{%- set resp_hdr_list = resp_hdr_dict | dict_keys -%}
|
||||
{%- for h in resp_hdr_list %}
|
||||
scgi_hide_header {{ h }};
|
||||
scgi_hide_header {{ h | ngx_esc }};
|
||||
{%- endfor %}
|
Reference in New Issue
Block a user