귀염둥이의 메모

[Nginx] PCRE JIT 옵션 본문

Infra & Devops/Nginx

[Nginx] PCRE JIT 옵션

겸둥이xz 2023. 11. 12. 20:24
반응형

Enables or disables the use of “just-in-time compilation” (PCRE JIT) for the regular expressions known by the time of configuration parsing.

 

PCRE JIT can speed up processing of regular expressions significantly.

 

Syntax: pcre_jit on | off;

Default: pcre_jit off;

Context: main

반응형
Comments