comparison src/http/ngx_http_core_module.h @ 16:74b1868dd3cd NGINX_0_1_8

nginx 0.1.8 *) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 20 Nov 2004 00:00:00 +0300
parents 4b2dafa26fe2
children 45fe5b98a9de
comparison
equal deleted inserted replaced
15:0503cb60c4e4 16:74b1868dd3cd
140 #if (NGX_PCRE) 140 #if (NGX_PCRE)
141 ngx_regex_t *regex; 141 ngx_regex_t *regex;
142 #endif 142 #endif
143 143
144 unsigned exact_match:1; 144 unsigned exact_match:1;
145 unsigned noregex:1;
146
145 unsigned auto_redirect:1; 147 unsigned auto_redirect:1;
146 unsigned alias:1; 148 unsigned alias:1;
147 149
148 /* array of inclusive ngx_http_core_loc_conf_t */ 150 /* array of inclusive ngx_http_core_loc_conf_t */
149 ngx_array_t locations; 151 ngx_array_t locations;