comparison CHANGES @ 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 Changes with nginx 0.8.46 19 Jul 2010
3
4 *) Change: now the "proxy_no_cache", "fastcgi_no_cache",
5 "uwsgi_no_cache", and "sÓgi_no_cache" directives affect on a cached
6 response saving only.
7
8 *) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass",
9 "uwsgi_cache_bypass", and "sÓgi_cache_bypass" directives.
10
11 *) Bugfix: nginx did not free memory in cache keys zones if there was
12 an error during working with backend: the memory was freed only
13 after inactivity time or on memory low condition.
14
1 15
2 Changes with nginx 0.8.45 13 Jul 2010 16 Changes with nginx 0.8.45 13 Jul 2010
3 17
4 *) Feature: ngx_http_xslt_filter improvements. 18 *) Feature: ngx_http_xslt_filter improvements.
5 Thanks to Laurence Rowe. 19 Thanks to Laurence Rowe.