comparison src/http/ngx_http_core_module.h @ 602:c5122335e41d NGINX_0_8_53

nginx 0.8.53 *) Feature: now the "error_page" directive allows to change a status code in a redirect. *) Feature: the "gzip_disable" directive supports special "degradation" mask. *) Bugfix: a socket leak might occurred if file AIO was used. Thanks to Maxim Dounin. *) Bugfix: if the first server had no "listen" directive and there was no explicit default server, then a next server with a "listen" directive became the default server; the bug had appeared in 0.8.21.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 Oct 2010 00:00:00 +0400
parents 09d5f308901f
children 428c6e58046a
comparison
equal deleted inserted replaced
601:b2afd36d87f4 602:c5122335e41d
293 unsigned noregex:1; 293 unsigned noregex:1;
294 294
295 unsigned auto_redirect:1; 295 unsigned auto_redirect:1;
296 #if (NGX_HTTP_GZIP) 296 #if (NGX_HTTP_GZIP)
297 unsigned gzip_disable_msie6:2; 297 unsigned gzip_disable_msie6:2;
298 #if (NGX_HTTP_DEGRADATION)
299 unsigned gzip_disable_degradation:2;
300 #endif
298 #endif 301 #endif
299 302
300 ngx_http_location_tree_node_t *static_locations; 303 ngx_http_location_tree_node_t *static_locations;
301 #if (NGX_PCRE) 304 #if (NGX_PCRE)
302 ngx_http_core_loc_conf_t **regex_locations; 305 ngx_http_core_loc_conf_t **regex_locations;