Hello there,
Well, I've used openresty/nginx in an recent deployment and I have called "ngx.re.match" with regex in several places.
For more optimization, I set "jo" in 'options' parameter. I can tell the installed PCRE is already 8.40+ , however i'm not sure which 'config options' has been used for installed PCRE package so i cannot tell for sure if it is built with "--enable-jit".
In other hand, after using "jo" in options parameter, the nginx server and the configurations looks fine and running good.
So, I was wondering how can i be sure if openresty could make the best use of PCRE JIT or not .
Thanks.