From c2f852c2603558b744928871a40f14fb950742ed Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 29 Jul 2011 15:33:03 +0000 Subject: update r3945 with more descriptive error message --- src/http/modules/ngx_http_uwsgi_module.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/modules/ngx_http_uwsgi_module.c') diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index cd3c7c124..a907e53b8 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -1083,6 +1083,8 @@ ngx_http_uwsgi_create_loc_conf(ngx_conf_t *cf) /* "uwsgi_cyclic_temp_file" is disabled */ conf->upstream.cyclic_temp_file = 0; + ngx_str_set(&conf->upstream.module, "uwsgi"); + return conf; } -- cgit