comparison src/http/modules/ngx_http_dav_module.c @ 224:9909a161eb28 NGINX_0_3_59

nginx 0.3.59 *) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; bug appeared in 0.3.58.
author Igor Sysoev <http://sysoev.ru>
date Wed, 16 Aug 2006 00:00:00 +0400
parents 1bf60f8c5c9e
children 38e7b94d63ac
comparison
equal deleted inserted replaced
223:c3b6f8ef140b 224:9909a161eb28
55 NGX_HTTP_LOC_CONF_OFFSET, 55 NGX_HTTP_LOC_CONF_OFFSET,
56 offsetof(ngx_http_dav_loc_conf_t, create_full_put_path), 56 offsetof(ngx_http_dav_loc_conf_t, create_full_put_path),
57 NULL }, 57 NULL },
58 58
59 { ngx_string("dav_access"), 59 { ngx_string("dav_access"),
60 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE12, 60 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE123,
61 ngx_http_dav_access, 61 ngx_http_dav_access,
62 NGX_HTTP_LOC_CONF_OFFSET, 62 NGX_HTTP_LOC_CONF_OFFSET,
63 0, 63 0,
64 NULL }, 64 NULL },
65 65