]> git.kaiwu.me - nginx.git/commitdiff
fix order
authorIgor Sysoev <igor@sysoev.ru>
Thu, 7 Feb 2008 10:45:04 +0000 (10:45 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 7 Feb 2008 10:45:04 +0000 (10:45 +0000)
src/http/modules/ngx_http_fastcgi_module.c

index b207a3adca42cc5ff578f5525de8c213a28389b6..a0a328facccaca08c499f39bb3d5c9143e434a9f 100644 (file)
@@ -135,10 +135,6 @@ static char *ngx_http_fastcgi_upstream_fail_timeout_unsupported(ngx_conf_t *cf,
     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  ngx_http_fastcgi_request_start = {
 };
 
 
+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"),