摘要: 1.设置静态文件缓存时间 location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ { expires 30d; } 2.修改nginx进程数,一般与cpu核数相同 ,nginx的连接数改成65535 ulimit -aulimit -Hn 100000 硬限 阅读全文
posted @ 2021-12-30 17:13 taotao12 阅读(24) 评论(0) 推荐(0) 编辑
摘要: ./configure --prefix=/usr/local/nginx 安装在哪个目录 --with-http_ssl_module ssl模块 --with-http_sub_status_module 查看状态码的模块 --with-stream tcp、dup转发流量 vim /usr/l 阅读全文
posted @ 2021-12-30 15:24 taotao12 阅读(35) 评论(0) 推荐(0) 编辑