diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-05-19 13:25:22 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-05-19 13:25:22 +0000 |
| commit | e31e90b3e10ca2afafccae9a57910133d93b2d37 (patch) | |
| tree | 7177a8f48a555733b170bfcad4e9e7072ea8c027 /auto/unix | |
| parent | b1a641cafa2ef042035155f68e5f571303853dfc (diff) | |
| download | nginx-e31e90b3e10ca2afafccae9a57910133d93b2d37.tar.gz nginx-e31e90b3e10ca2afafccae9a57910133d93b2d37.tar.bz2 | |
nginx-0.1.32-RELEASE importrelease-0.1.32
*) Bugfix: the arguments were omitted in the redirects, issued by the
"rewrite" directive; the bug had appeared in 0.1.29.
*) Feature: the "if" directive supports the captures in regular
expressions.
*) Feature: the "set" directive supports the variables and the captures
of regular expressions.
*) Feature: the "X-Accel-Redirect" response header line is supported in
proxy and FastCGI mode.
Diffstat (limited to 'auto/unix')
| -rwxr-xr-x | auto/unix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef . auto/types/sizeof ngx_param=NGX_SIG_ATOMIC_T_SIZE; ngx_value=$ngx_size; . auto/types/value -ngx_type="socklen_t"; ngx_types="uint32_t"; . auto/types/typedef +ngx_type="socklen_t"; ngx_types="int"; . auto/types/typedef ngx_type="in_addr_t"; ngx_types="uint32_t"; . auto/types/typedef |
