comparison src/http/ngx_http_core_module.h @ 1722:3b7262e720c1 stable-0.5

merge_slashes
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 20:43:39 +0000
parents fbf94b8341bf
children 0a174d921f1e
comparison
equal deleted inserted replaced
1721:b2829cbf9eb4 1722:3b7262e720c1
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