Skip to content

Commit

Permalink
set worker_processes to 2 to match bento container default
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Apr 23, 2024
1 parent ce46324 commit 44b5c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
worker_processes 1;
worker_processes 2;
pcre_jit on;

# expose env vars to lua code
Expand Down

0 comments on commit 44b5c3c

Please sign in to comment.