Nginx 官方中文 Wiki
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
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!