To use pcre_jit ( http://nginx.org/r/pcre_jit ), is it mandatory to compile nginx with "--with-pcre-jit"?
On FreeBSD, nginx isn't compiled with "--with-pcre-jit", but I can still use "pcre_jit on;" without nginx throwing errors. So, does nginx really use PCRE JIT in this case?
This bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200793 mention "--with-pcre-jit" isn't needed.