Nginx 1.7.9 ダウンロード
ダウンロード
開発元からダウンロード(tar.gz)
開発元からダウンロード(zip)
更新内容
*) Feature: variables support in the “proxy_cache", “fastcgi_cache",
“scgi_cache", and “uwsgi_cache" directives.
*) Feature: variables support in the “expires" directive.
*) Feature: loading of secret keys from hardware tokens with OpenSSL
engines.
*) Feature: the “autoindex_format" directive.
*) Bugfix: cache revalidation is now only used for responses with 200
and 206 status codes.
*) Bugfix: the “TE" client request header line was passed to backends
while proxying.
*) Bugfix: the “proxy_pass", “fastcgi_pass", “scgi_pass", and
“uwsgi_pass" directives might not work correctly inside the “if" and
“limit_except" blocks.
*) Bugfix: the “proxy_store" directive with the “on" parameter was
ignored if the “proxy_store" directive with an explicitly specified
file path was used on a previous level.
*) Bugfix: nginx could not be built with BoringSSL.
公式サイト
http://nginx.org/ja/
特徴
キャッシングで高速化されたリバースプロキシ、シンプルなロードバランシングとフォールトトレランス
リモートの FastCGI サーバのキャッシングによる高速化サポート、シンプルなロードバランシングとフォールトトレランス
SSL と TLS SNI サポートなど