comparison CHANGES @ 128:f1ad9023c312 NGINX_0_3_11

nginx 0.3.11 *) Bugfix: nginx did not pass the client request headers and body while proxying; bug appeared in 0.3.10.
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Nov 2005 00:00:00 +0300
parents df17fbafec8f
children 82d695e3d662
comparison
equal deleted inserted replaced
127:60c2de028f0d 128:f1ad9023c312
1
2 Changes with nginx 0.3.11 15 Nov 2005
3
4 *) Bugfix: nginx did not pass while proxying the client request headers
5 and body; bug appeared in 0.3.10.
6
1 7
2 Changes with nginx 0.3.10 15 Nov 2005 8 Changes with nginx 0.3.10 15 Nov 2005
3 9
4 *) Change: the "valid_referers" directive and the "$invalid_referer" 10 *) Change: the "valid_referers" directive and the "$invalid_referer"
5 variable was moved to the new ngx_http_referer_module from the 11 variable were moved to the new ngx_http_referer_module from the
6 ngx_http_rewrite_module. 12 ngx_http_rewrite_module.
7 13
8 *) Change: the "$apache_bytes_sent" variable name was changed to 14 *) Change: the "$apache_bytes_sent" variable name was changed to
9 "$body_bytes_sent". 15 "$body_bytes_sent".
10 16