nginx: change workers to auto

This commit is contained in:
coolsnowwolf 2020-07-02 13:35:03 +08:00
parent b9ef38874c
commit f220509c81
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nginx
PKG_VERSION:=1.16.1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nginx.org/download/

View File

@ -1,6 +1,6 @@
user nobody nogroup;
worker_processes 1;
worker_processes auto;
#error_log logs/error.log;
#error_log logs/error.log notice;

View File

@ -1,6 +1,6 @@
user root;
worker_processes 1;
worker_processes auto;
#error_log logs/error.log;
#error_log logs/error.log notice;