]> git.kaiwu.me - nginx.git/commit
nginx-0.3.26-RELEASE import release-0.3.26
authorIgor Sysoev <igor@sysoev.ru>
Fri, 3 Feb 2006 12:58:48 +0000 (12:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 3 Feb 2006 12:58:48 +0000 (12:58 +0000)
commit8290d287b40f017404ef90dc93cc793f987d1492
tree1f69eb2c85bb6f839ec654dd8826b9c839167e8c
parent3d1679b4b03162ec477a90dce2088ab40aee830f
nginx-0.3.26-RELEASE import

    *) Change: the "optimize_host_names" directive was renamed to the
       "optimize_server_names".

    *) Bugfix: if in the "proxy_pass" directive was no the URI part, then
       the main request URI was transferred to a backend while proxying the
       SSI subrequest.
docs/xml/nginx/changes.xml
src/core/nginx.h
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_ssi_filter_module.h
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/os/unix/ngx_readv_chain.c
src/os/unix/ngx_recv.c