From 02f742b45eb8792053d3880641f45651d645e351 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 8 Apr 2005 15:18:55 +0000 Subject: nginx-0.1.28-RELEASE import *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux. --- docs/xml/nginx/changes.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'docs/xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 3e4626bad..9444bac88 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,14 +9,37 @@ nginx changelog + + + + +при проксировании больших файлов nginx сильно нагружал процессор. + + +nginx hogs CPU while proxing the huge files. + + + + + +nginx не собирался gcc 4.0 на Linux. + + +nginx could not be built by gcc 4.0 on Linux. + + + + + + -параметр blocked в директиве invalid_referers. +параметр blocked в директиве valid_referers. -the "blocked" parameter of the "invalid_referers" directive. +the "blocked" parameter of the "valid_referers" directive. -- cgit