1
0
angie-conv-image/angie/snip.dist/grpc-request-headers.j2

6 lines
222 B
Plaintext
Raw Normal View History

## sourced by conf.d/grpc/headers.conf
## set/remove request headers
2024-09-17 14:11:00 +03:00
{%- set req_hdr_dict = j2cfg.request_headers or {} -%}
{%- for h, v in req_hdr_dict.items() %}
grpc_set_header {{ h }} {{ v | ngx_esc }};
2024-09-17 14:11:00 +03:00
{%- endfor %}