nginx(发音同engine x)是一款由俄罗斯程序设计师Igor
Sysoev所开发轻量级的网页服务器、反向代理服务器以及电子邮件(IMAP/POP3)代理服务器。起初是供俄国大型的入口网站及搜寻引擎
Rambler(俄文:Рамблер)使用。此软件BSD-like协议下发行,可以在UNIX、GNU/Linux、BSD、Mac OS
X、Solaris,以及Microsoft Windows等操作系统中运行。
下载:
http://nginx.org/download/nginx-0.8.46.tar.gz(linux)
http://nginx.org/download/nginx-0.8.46.zip
(win)
Changes with nginx 0.8.46 19 Jul
2010 *)
Change: now the "proxy_no_cache", "fastcgi_no_cache",
"uwsgi_no_cache", and "sÓgi_no_cache" directives affect on a cached
response saving only.
*) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass",
"uwsgi_cache_bypass", and "sÓgi_cache_bypass" directives.
*) Bugfix: nginx did not free memory in cache keys zones if there was
an error during working with backend: the memory was freed only
after inactivity time or on memory low condition. |