comparison CHANGES.ru @ 398:9d81578d04bb NGINX_0_7_11

nginx 0.7.11 *) Change: now ngx_http_charset_module does not work by default with text/css MIME type. *) Feature: now nginx returns the 405 status code for POST method requesting a static file only if the file exists. *) Feature: the "proxy_ssl_session_reuse" directive. *) Bugfix: a "proxy_pass" directive without URI part might use original request after the "X-Accel-Redirect" redirection was used; *) Bugfix: if a directory has search only rights and the first index file was absent, then nginx returned the 500 status code. *) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 Aug 2008 00:00:00 +0400
parents 349057ecf4d5
children 6ebbca3d5ed7
comparison
equal deleted inserted replaced
397:47d42325b5fd 398:9d81578d04bb
1
2 Изменения в nginx 0.7.11 18.08.2008
3
4 *) Изменение: теперь ngx_http_charset_module по умолчанию не работает
5 MIME-типом text/css.
6
7 *) Добавление: теперь nginx возвращает код 405 для метода POST при
8 запросе статического файла, только если файл существует.
9
10 *) Добавление: директива proxy_ssl_session_reuse.
11
12 *) Исправление: после перенаправления запроса с помощью
13 "X-Accel-Redirect" директива proxy_pass без URI могла использовать
14 оригинальный запрос.
15
16 *) Исправление: если у каталога были права доступа только на поиск
17 файлов и первый индексный файл отсутствовал, то nginx возвращал
18 ошибку 500.
19
20 *) Исправление: ошибок во вложенных location'ах; ошибки появились в
21 0.7.1.
22
1 23
2 Изменения в nginx 0.7.10 13.08.2008 24 Изменения в nginx 0.7.10 13.08.2008
3 25
4 *) Исправление: ошибок в директивах addition_types, charset_types, 26 *) Исправление: ошибок в директивах addition_types, charset_types,
5 gzip_types, ssi_types, sub_filter_types и xslt_types; ошибки 27 gzip_types, ssi_types, sub_filter_types и xslt_types; ошибки