conf: add some missing escapes
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
## add response headers
|
||||
{%- set resp_hdr_dict = j2cfg.response_headers or {} -%}
|
||||
{%- for h, v in resp_hdr_dict|dictsort %}
|
||||
add_header {{ h }} {{ v | ngx_esc }};
|
||||
add_header {{ h | ngx_esc }} {{ v | ngx_esc }};
|
||||
{%- endfor %}
|
Reference in New Issue
Block a user