fix order
Igor Sysoev
14 years ago
132 | 132 | ngx_command_t *cmd, void *conf); |
133 | 133 | static char *ngx_http_fastcgi_upstream_fail_timeout_unsupported(ngx_conf_t *cf, |
134 | 134 | ngx_command_t *cmd, void *conf); |
135 | ||
136 | ||
137 | static ngx_str_t ngx_http_fastcgi_script_name = | |
138 | ngx_string("fastcgi_script_name"); | |
139 | 135 | |
140 | 136 | |
141 | 137 | static ngx_conf_post_t ngx_http_fastcgi_lowat_post = |
409 | 405 | 1 }, /* request_id_lo */ |
410 | 406 | |
411 | 407 | }; |
408 | ||
409 | ||
410 | static ngx_str_t ngx_http_fastcgi_script_name = | |
411 | ngx_string("fastcgi_script_name"); | |
412 | 412 | |
413 | 413 | |
414 | 414 | static ngx_str_t ngx_http_fastcgi_hide_headers[] = { |