nginx日志排查

D:\apps\servers\nginx-1.18.0\logs

Q:线程个数限制

no more than 60 processes can be spawned

A:限制processes个数

https://doc.rg1008.com/docs/rg_push/rg_push-1d323msamp8ss

D:\apps\servers\nginx-1.18.0\conf\nginx.conf


#user  nobody;
worker_processes  60;

Q:server_names_hash_bucket_size: 32

could not build server_names_hash, you should increase server_names_hash_bucket_size: 32

A:调整域名字符大写


server_names_hash_bucket_size 64;

文档更新时间: 2023-06-12 09:46   作者:admin