comparison src/http/modules/ngx_http_uwsgi_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
comparison
equal deleted inserted replaced
3975:3ce20f216ede 3976:215fe9223419
1081 conf->upstream.intercept_errors = NGX_CONF_UNSET; 1081 conf->upstream.intercept_errors = NGX_CONF_UNSET;
1082 1082
1083 /* "uwsgi_cyclic_temp_file" is disabled */ 1083 /* "uwsgi_cyclic_temp_file" is disabled */
1084 conf->upstream.cyclic_temp_file = 0; 1084 conf->upstream.cyclic_temp_file = 0;
1085 1085
1086 ngx_str_set(&conf->upstream.module, "uwsgi");
1087
1086 return conf; 1088 return conf;
1087 } 1089 }
1088 1090
1089 1091
1090 static char * 1092 static char *