Skip to content

Commit

Permalink
Enable PCRE JIT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jan 1, 2025
1 parent fe22ad7 commit 8816488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ngx_conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ worker_processes auto;
error_log /var/log/nginx/error.log warn;
worker_rlimit_nofile 65535;

pcre_jit on;

events {
worker_connections 8192;
}
Expand Down

0 comments on commit 8816488

Please sign in to comment.