comparison src/http/ngx_http_core_module.c @ 163:fb61ba77beba

nginx-0.0.1-2003-10-28-18:45:41 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Oct 2003 15:45:41 +0000
parents 96993d4d5067
children 84036764e215
comparison
equal deleted inserted replaced
162:96993d4d5067 163:fb61ba77beba
136 NGX_HTTP_LOC_CONF_OFFSET, 136 NGX_HTTP_LOC_CONF_OFFSET,
137 offsetof(ngx_http_core_loc_conf_t, client_body_timeout), 137 offsetof(ngx_http_core_loc_conf_t, client_body_timeout),
138 NULL}, 138 NULL},
139 139
140 {ngx_string("sendfile"), 140 {ngx_string("sendfile"),
141 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, 141 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
142 ngx_conf_set_flag_slot, 142 ngx_conf_set_flag_slot,
143 NGX_HTTP_LOC_CONF_OFFSET, 143 NGX_HTTP_LOC_CONF_OFFSET,
144 offsetof(ngx_http_core_loc_conf_t, sendfile), 144 offsetof(ngx_http_core_loc_conf_t, sendfile),
145 NULL}, 145 NULL},
146 146
171 NGX_HTTP_LOC_CONF_OFFSET, 171 NGX_HTTP_LOC_CONF_OFFSET,
172 offsetof(ngx_http_core_loc_conf_t, lingering_timeout), 172 offsetof(ngx_http_core_loc_conf_t, lingering_timeout),
173 NULL}, 173 NULL},
174 174
175 {ngx_string("msie_padding"), 175 {ngx_string("msie_padding"),
176 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, 176 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
177 ngx_conf_set_flag_slot, 177 ngx_conf_set_flag_slot,
178 NGX_HTTP_LOC_CONF_OFFSET, 178 NGX_HTTP_LOC_CONF_OFFSET,
179 offsetof(ngx_http_core_loc_conf_t, msie_padding), 179 offsetof(ngx_http_core_loc_conf_t, msie_padding),
180 NULL}, 180 NULL},
181 181