摘要:
基础: nginx配置文件主要分为六个区域:main section、events section、http section、sever section、 location section、upstream section。依据这个分类学习nginx的模块。 location 六种匹配模式: / 匹 阅读全文
posted @ 2016-09-27 15:48 懒人ABC 阅读(1199) 评论(0) 推荐(0)
|
摘要:
基础: nginx配置文件主要分为六个区域:main section、events section、http section、sever section、 location section、upstream section。依据这个分类学习nginx的模块。 location 六种匹配模式: / 匹 阅读全文
posted @ 2016-09-27 15:48 懒人ABC 阅读(1199) 评论(0) 推荐(0)
摘要:
为重负网络优化 Nginx 和 Node.js 在搭建高吞吐量web应用这个议题上,NginX和Node.js可谓是天生一对。他们都是基于事件驱动模型而设计,可以轻易突破Apache等传统web服务器的C10K瓶颈。预设的配置已经可以获得很高的并发,不过,要是大家想在廉价硬件上做到每秒数千以上的请求 阅读全文
posted @ 2016-09-27 14:15 懒人ABC 阅读(305) 评论(0) 推荐(0) |
||