comparison CHANGES.ru @ 631:b6a5942a4e6a NGINX_0_8_46

nginx 0.8.46 *) Change: now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and "scgi_no_cache" directives affect on a cached response saving only. *) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass", and "scgi_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.
author Igor Sysoev <http://sysoev.ru>
date Mon, 19 Jul 2010 00:00:00 +0400
parents 53f5f04a64b8
children cde3626b2d0d
comparison
equal deleted inserted replaced
630:913af46ee783 631:b6a5942a4e6a
1
2 Изменения в nginx 0.8.46 19.07.2010
3
4 *) Изменение: директивы proxy_no_cache, fastcgi_no_cache,
5 uwsgi_no_cache и sсgi_no_cache теперь влияют только на сохранение
6 закэшированного ответа.
7
8 *) Добавление: директивы proxy_cache_bypass, fastcgi_cache_bypass,
9 uwsgi_cache_bypass и sсgi_cache_bypass.
10
11 *) Исправление: nginx не освобождал память в keys_zone кэшей в случае
12 ошибки работы с бэкендом: память освобождалась только по истечении
13 времени неактивности или при недостатке памяти.
14
1 15
2 Изменения в nginx 0.8.45 13.07.2010 16 Изменения в nginx 0.8.45 13.07.2010
3 17
4 *) Добавление: улучшения в модуле ngx_http_xslt_filter. 18 *) Добавление: улучшения в модуле ngx_http_xslt_filter.
5 Спасибо Laurence Rowe. 19 Спасибо Laurence Rowe.