nginx的中间件架构-性能优化

location匹配优先级

~ 区分大小写,~~*不区分大小写
nginx的中间件架构-性能优化

try_files

场景:用于文件缓存
nginx的中间件架构-性能优化

root和alias的区别

nginx的中间件架构-性能优化
nginx的中间件架构-性能优化

传递用户的真实ip

在代理1处直接获取用户的ip,然后通过层层代理透传到后端
nginx的中间件架构-性能优化

其他常见错误

nginx的中间件架构-性能优化

文件句柄优化

nginx的中间件架构-性能优化
针对用户进行修改
nginx的中间件架构-性能优化
针对进程限制
nginx的中间件架构-性能优化

cpu亲和绑定

nginx的中间件架构-性能优化

gzip兼容

nginx的中间件架构-性能优化

安全

nginx的中间件架构-性能优化
nginx的中间件架构-性能优化