changeset 1884:7756b1085119

fix order
author Igor Sysoev <igor@sysoev.ru>
date Thu, 07 Feb 2008 10:45:04 +0000
parents 09dfe92b9414
children e5897822515f
files src/http/modules/ngx_http_fastcgi_module.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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"),