
nginx
文章平均质量分 83
EDISON8086
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx upstream 调度策略
之前一直使用nginx 的upstream,今天有个哥们问我,upstream的调动算法是什么,我说我还真没注意过,使用Haproxy的时候倒是注意过,回来一查,原来也是round-robin,下面是nginx 官方文档给出的说明:This module provides simple load-balancing (round-robin and client IP) across back...2011-08-17 14:43:52 · 203 阅读 · 0 评论 -
Nginx Modules 开发学习
nginx 模块开发,咱们先从模块分析入手,nginx的模块支持hook(钩子功能),我们可以在以下几个地方添加钩子: Just before the server reads the config file读取配置文件时For every configuration directive for the location and server for which it a...原创 2012-08-13 17:02:01 · 208 阅读 · 0 评论 -
想了解EC2的看过来,海外服务器使用 Amazon EC2 调查报告
Amazon Elastic Compute Cloud (Amazon EC2) Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of o...2012-09-03 10:38:40 · 1356 阅读 · 0 评论