Nginx配置说明

服务配置

配置组:conf_general

参数名 默认值 备注
worker_processes 1 指明worker的进程数,通常应该等于或小于当前主机物理CPU核心数

配置组:conf_events

参数名 默认值 备注
worker_connections 1024 每个work进程所能并发打开的最大连接数

配置组:conf_http_server

参数名 默认值 备注
http_location_nginx_status_stub_status on http 相关配置中 nginx_status 组下的 stub_status 的配置
http_location_nginx_status_access_log off http 相关配置中 nginx_status 组下的 access_log 的配置