lijunlong
lijunlong
https://github.com/openresty/lua-nginx-module#tcpsocksetclientcert It has been merged. But do not contain in the openresty-1.21.4 Release
please use the latest lua-nginx-module and lua-resty-core
lua-resty-core need some api in lua-nginx-module, so it require the specific version of lua-nginx-module
Do ports 11123 and 11124 have the same server_name?
try to add a different server name for each server. I think the location.capture did not consider the port.
http://nginx.org/en/docs/http/server_names.html `In catch-all server examples the strange name “_” can be seen: server { listen 80 default_server; server_name _; return 444; } There is nothing special about this name, it...
so please try set specific names in both server
will support pcre2 when upgrading to version 1.21.6
yes, they are atomic operations.
PR is welcome