Nginx 官方中文 Wiki
jopen
10年前
Nginx("engine x") 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器 。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的Rambler.ru 站点开发的,它已经在该站点运行超过四年多了。Igor 将源代码以类BSD许可证的形式发布。自Nginx 发布四年来,Nginx 已经因为它的稳定性、丰富的功能集、 示例配置文件和低系统资源的消耗而闻名了。目前国内各大门户网站已经部署了Nginx,如新浪、网易、腾讯等;国内几个重要的视频分享网站也部署了Nginx,如六房间、酷6等。 新近发现Nginx 技术在国内日趋火热,越来越多的网站开始部署Nginx。
因为 Nginx 的文档大部分是英文的,本维基的目的是帮助使用中文世界的用户安装、配置和交换有关 Nginx 的使用经验。大部分文档源自(al-nginx AT none.at,Aleksandar Lazic) 的工作,有关本维基本身的问题请直接询问Cliff Wells[1] ,其他翻译请点击 。
Nginx 1.2.0 发布了
1.2.x 版的第一个的稳定版已经发布了。
1.2.0 版中合并了在 1.1.x 版中开发许多新特性,比如:
- 支持同上级服务器的长(keepalive)连接(HTTP 1.1)
- 如果启用了缓存,会将多个并发的请求合并在一起后再发送给上级服务器
- 支持对同时发生的请求和连接的数量进行限制
- 减少在各种边界场景(比如处理 long-lived 请求)中的内存消耗
更多说明请参考完整的 更新日志.
主要文档 </h1>
配置示例和方法
- 完整示例
- 完整示例(来自 Nginx 站点)
- 虚拟主机
- 负载均衡示例
- PHP/FastCGI 示例
- Ruby on Rails / Mongrel
- X-Sendfile (=> X-Accel-Redirect) in Nginx
- Disable the errorlog entries caused by the HW-Loadbalancer
- RHEL 5.4 + Nginx + Mediawiki With HTTPS
- LNMP 多用户虚拟主机方案
- LNMP 多用户动态进程管理虚拟主机方案
- 启用AWstats对Nginx作静态访问统计
- Nginx 二级子域名完美方案
- Nginx 日志分析AWStats+JAWStats安装配置
- Nginx常用Rewrite规则
社团
- IRC: #nginx on irc.freenode.net (log archives )
- Subscribe to the English Mailing List
外部资源
- Nginx模块参考手册中文版
- Nginx 各版本源代码和Win32 Binaries
- Nginx 0.8.x + PHP 5.2.13(FastCGI)搭建胜过Apache十倍的Web服务器(第6版)
- Evan Miller's Guide to Nginx Module Development
- Nginx模块开发备忘
- Nginx/windows 0.7.59 与PHP FastCGI 协同工作配置
- Nginx source code cross-reference
- Nginx (draft English docs by Aleksandar Lazic) is now integrated into this wiki ;-)
- Cherokee vs Nginx benchmark
- Nginx and TurboGears
- Lots of Nginx examples
- Nginx With PHP As FastCGI Howto (with fcgi-start script)
- Nginx, PHP and a PHP FastCGI daemon init script (with init script for PHP FastCGI)
- Nginx and Mongrel
- Short Nginx examples
- Init.d boot-up script for Linux
- Nginx & Mongrel Cluster (with a possible start-stop script)
- DokuWiki & nginx
- Rails caching with Nginx's X-Accel-Redirect
- Several Python::NginxChs blog entries
- nginx.vim (config syntax highlighting for Vim)
- Nginx, Fastcgi, PHP, rewrite config for Drupal
- Rails hosting simplified (Using Nginx)
- Django on Nginx
- Pylons on Nginx
- Godaddy Turbo SSL on Nginx
- 关于Nginx的一些优化(突破10W并发)
- Linux下Nginx+PHP+MySQL配置
来自:http://wiki.nginx.org/NginxChs