comparison src/http/modules/ngx_http_dav_module.c @ 675:e924670896ab release-0.3.59

nginx-0.3.59-RELEASE import *) 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; the bug had appeared in 0.3.58.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Aug 2006 13:09:33 +0000
parents 562806624c4a
children 7e24168b0853
comparison
equal deleted inserted replaced
674:c4b2ba082d99 675:e924670896ab
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