xx资源网(xxURLs.com)
发布资源

nginx优化实战

work process  打开的进程数量,为CPU核心数即可

worker_rlimit_nofile 30000; 进程打开文件的最大数量

 keepalive_timeout  0;


主要武器

3.1 利用dmesg查看系统调试信息

3.2 利用nginx error log查看错误信息

3.3增加nginx统计模块

./configure \

--prefix=/usr/local/nginx/ \

--add-module=/app/ngx_http_consistent_hash-master \

--with-http_stub_status_module


location /nginx_status {

        # Turn on stats

        stub_status on;

        access_log   off;

        # only allow access from 192.168.1.5 #

        allow 192.168.1.5;

        deny all;

   }


资源链接
标签

nginx服务器负载均衡优化

发布日期

2018-04-27

擦亮日期

2018-04-27

扫一扫分享下载
资源网址导航
综合

全索引 361图书馆 图书酷

手机

电脑

影音

专业

游戏

体育

儿童

教育

资源分享站

其他