comparison src/http/ngx_http_core_module.h @ 467:bbd6b0b4a2b1 release-0.1.8

nginx-0.1.8-RELEASE import *) 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 <igor@sysoev.ru>
date Sat, 20 Nov 2004 19:52:20 +0000
parents 295d97d70c69
children ad1e9ebf93bb
comparison
equal deleted inserted replaced
466:ee6d66462bff 467:bbd6b0b4a2b1
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;