We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6494a0 commit 9400956Copy full SHA for 9400956
2 files changed
rootfs/etc/nginx/nginx.conf
@@ -4,7 +4,7 @@ user nginx nginx;
4
error_log stderr warn;
5
6
pid /var/run/nginx.pid;
7
-worker_processes 5;
+worker_processes auto;
8
9
10
events {
run.sh
0 commit comments