From e45b892e7bb972baf2cb46e226d6919b41e2a75f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 1 Jun 2010 17:44:51 +0000 Subject: ./configure --http-uwsgi-temp-path=PATH --- src/http/modules/ngx_http_uwsgi_module.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index a3ef8ad5c..51ab1825a 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -32,9 +32,6 @@ #include -#define NGX_HTTP_UWSGI_TEMP_PATH "uwsgi_temp" - - typedef struct { ngx_http_upstream_conf_t upstream; -- cgit