]> git.kaiwu.me - nginx.git/commit
merge r2990, r3324, r3384, r3419:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 14:01:24 +0000 (14:01 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 14:01:24 +0000 (14:01 +0000)
commit393300584e0fcd36356da7b7198e3f43afd97240
tree1e1ddfb66016aca7b9b2f0ea7f98fc52cb694d56
parentab00f267591c88b2c46d2e3c1e9dfd8f92765c6a
merge r2990, r3324, r3384, r3419:

various proxy/FastCGI fixes:

*) do auto redirect for proxy_pass/fastcgi_pass with variables
*) allow "proxy_pass  http://$backend" without URI part
*) add conf/fastcgi.conf
*) delete u->cleanup mark, this fixes large values in $upstream_response_time,
   the bug had been introduced in r3246
auto/install
conf/fastcgi.conf [new file with mode: 0644]
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http_upstream.c