Skip to content

Commit 9400956

Browse files
committed
Make nginx worker_processes auto
1 parent b6494a0 commit 9400956

2 files 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
@@ -4,7 +4,7 @@ user nginx nginx;
44
error_log stderr warn;
55

66
pid /var/run/nginx.pid;
7-
worker_processes 5;
7+
worker_processes auto;
88

99

1010
events {

run.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)