Open prescolt opened 5 years ago
@prescolt Your sample configuration snippet and sample curl commands do match. Will you prepare a minimal and standalone example that we can easily run and reproduce the problem on our side without messing up with too much business details on your side?
Hi I have problem after upgrade to openresty/1.13.6.2, ubuntu 16.04. openresty was build by source. My request go to server A have been process by lua block on other Server config block of nginx, let me show the detail with curl and sample config. I do not meet problem on the old version.
==> As you see, two CURL go wrong rewrite_by_lua_block , the problem affect access_by_lua_block and variable too. Some time it go true, and some time it go wrong, base on traffic of earch sites. All sites have less traffic will use LUA block of sites have most traffic.
`server {
.... }
server {
.....
} `