diff src/http/modules/ngx_http_fastcgi_module.c @ 3976:215fe9223419

update r3945 with more descriptive error message
author Igor Sysoev <igor@sysoev.ru>
date Fri, 29 Jul 2011 15:33:03 +0000
parents 502a6b0acf3f
children e0a435f5f504
line wrap: on
line diff
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -2003,6 +2003,8 @@ ngx_http_fastcgi_create_loc_conf(ngx_con
 
     conf->catch_stderr = NGX_CONF_UNSET_PTR;
 
+    ngx_str_set(&conf->upstream.module, "fastcgi");
+
     return conf;
 }