Antanas

Results 1 comments of Antanas

You should do something like this: ``` upstream foo { server 127.0.0.1:6666 weight=1; } server { listen 8001; set $dynamicConnectionHeader ''; # default value location / { rewrite_by_lua_block { ngx.var.dynamicConnectionHeader...