comparison src/http/ngx_http_core_module.h @ 1585:4435ca2e467d

merge_slashes
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Oct 2007 11:36:58 +0000
parents aa1835ad46ba
children 128ea9efb824
comparison
equal deleted inserted replaced
1584:25427a0e9559 1585:4435ca2e467d
141 141
142 ngx_msec_t client_header_timeout; 142 ngx_msec_t client_header_timeout;
143 143
144 ngx_flag_t optimize_server_names; 144 ngx_flag_t optimize_server_names;
145 ngx_flag_t ignore_invalid_headers; 145 ngx_flag_t ignore_invalid_headers;
146 ngx_flag_t merge_slashes;
146 } ngx_http_core_srv_conf_t; 147 } ngx_http_core_srv_conf_t;
147 148
148 149
149 /* list of structures to find core_srv_conf quickly at run time */ 150 /* list of structures to find core_srv_conf quickly at run time */
150 151