comparison src/http/ngx_http_core_module.h @ 412:b246022ef454 NGINX_0_7_18

nginx 0.7.18 *) Change: the "underscores_in_headers" directive; now nginx does not allows underscores in a client request header line names. *) Feature: the ngx_http_secure_link_module. *) Feature: the "real_ip_header" directive supports any header. *) Feature: the "log_subrequest" directive. *) Feature: the $realpath_root variable. *) Feature: the "http_502" and "http_504" parameters of the "proxy_next_upstream" directive. *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives did not work. *) Bugfix: nginx might send a "Transfer-Encoding: chunked" heaer line for HEAD requests. *) Bugfix: now accept threshold depends on worker_connections.
author Igor Sysoev <http://sysoev.ru>
date Mon, 13 Oct 2008 00:00:00 +0400
parents 79c5df00501e
children 9da1d9d94d18
comparison
equal deleted inserted replaced
411:b453a4324c60 412:b246022ef454
153 153
154 ngx_msec_t client_header_timeout; 154 ngx_msec_t client_header_timeout;
155 155
156 ngx_flag_t ignore_invalid_headers; 156 ngx_flag_t ignore_invalid_headers;
157 ngx_flag_t merge_slashes; 157 ngx_flag_t merge_slashes;
158 ngx_flag_t underscores_in_headers;
158 159
159 ngx_http_core_loc_conf_t **named_locations; 160 ngx_http_core_loc_conf_t **named_locations;
160 } ngx_http_core_srv_conf_t; 161 } ngx_http_core_srv_conf_t;
161 162
162 163
308 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */ 309 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */
309 ngx_flag_t port_in_redirect; /* port_in_redirect */ 310 ngx_flag_t port_in_redirect; /* port_in_redirect */
310 ngx_flag_t msie_padding; /* msie_padding */ 311 ngx_flag_t msie_padding; /* msie_padding */
311 ngx_flag_t msie_refresh; /* msie_refresh */ 312 ngx_flag_t msie_refresh; /* msie_refresh */
312 ngx_flag_t log_not_found; /* log_not_found */ 313 ngx_flag_t log_not_found; /* log_not_found */
314 ngx_flag_t log_subrequest; /* log_subrequest */
313 ngx_flag_t recursive_error_pages; /* recursive_error_pages */ 315 ngx_flag_t recursive_error_pages; /* recursive_error_pages */
314 ngx_flag_t server_tokens; /* server_tokens */ 316 ngx_flag_t server_tokens; /* server_tokens */
315 317
316 #if (NGX_HTTP_GZIP) 318 #if (NGX_HTTP_GZIP)
317 ngx_flag_t gzip_vary; /* gzip_vary */ 319 ngx_flag_t gzip_vary; /* gzip_vary */