# HG changeset patch # User Igor Sysoev # Date 1202381104 0 # Node ID 7756b10851192d40e04c8a32905a8d5c45b41cd1 # Parent 09dfe92b9414753b0bc86c56af63f0b10cc44f51 fix order diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c --- a/src/http/modules/ngx_http_fastcgi_module.c +++ b/src/http/modules/ngx_http_fastcgi_module.c @@ -135,10 +135,6 @@ static char *ngx_http_fastcgi_upstream_f ngx_command_t *cmd, void *conf); -static ngx_str_t ngx_http_fastcgi_script_name = - ngx_string("fastcgi_script_name"); - - static ngx_conf_post_t ngx_http_fastcgi_lowat_post = { ngx_http_fastcgi_lowat_check }; @@ -412,6 +408,10 @@ static ngx_http_fastcgi_request_start_t }; +static ngx_str_t ngx_http_fastcgi_script_name = + ngx_string("fastcgi_script_name"); + + static ngx_str_t ngx_http_fastcgi_hide_headers[] = { ngx_string("Status"), ngx_string("X-Accel-Expires"),