Skip to content

Commit 5f69fe0

Browse files
author
Matthew Fisher
committed
fix(nginx): set worker_processes to auto
See http://nginx.org/en/docs/ngx_core_module.html#worker_processes
1 parent 89687b0 commit 5f69fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/etc/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
user nginx;
2-
worker_processes 1;
2+
worker_processes auto;
33

44
error_log /var/log/nginx/error.log warn;
55
pid /var/run/nginx.pid;

0 commit comments

Comments
 (0)