# HG changeset patch # User Maxim Dounin # Date 1423578812 -10800 # Node ID 860cfbcc4606ee36d898a9cd0c5ae8858db984d6 # Parent 8c8a1fa351be84eda4158a9beaabc551497f15ff nginx-1.7.10-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,98 @@ + + + + +параметр use_temp_path директив proxy_cache_path, fastcgi_cache_path, +scgi_cache_path и uwsgi_cache_path. + + +the "use_temp_path" parameter of the "proxy_cache_path", "fastcgi_cache_path", +"scgi_cache_path", and "uwsgi_cache_path" directives. + + + + + +переменная $upstream_header_time. + + +the $upstream_header_time variable. + + + + + +теперь при переполнении диска nginx пытается писать error_log'и только +раз в секунду. + + +now on disk overflow nginx tries to write error logs once a second only. + + + + + +директива try_files при тестировании каталогов +не игнорировала обычные файлы.
+Спасибо Damien Tournoud. +
+ +the "try_files" directive did not ignore normal files +while testing directories.
+Thanks to Damien Tournoud. +
+
+ + + +при использовании директивы sendfile на OS X +возникали ошибки "sendfile() failed"; +ошибка появилась в nginx 1.7.8. + + +alerts "sendfile() failed" +if the "sendfile" directive was used on OS X; +the bug had appeared in 1.7.8. + + + + + +в лог могли писаться сообщения "sem_post() failed". + + +alerts "sem_post() failed" might appear in logs. + + + + + +nginx не собирался с musl libc.
+Спасибо James Taylor. +
+ +nginx could not be built with musl libc.
+Thanks to James Taylor. +
+
+ + + +nginx не собирался на Tru64 UNIX.
+Спасибо Goetz T. Fischer. +
+ +nginx could not be built on Tru64 UNIX.
+Thanks to Goetz T. Fischer. +
+
+ +
+ +