diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-06-01 17:44:51 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-01 17:44:51 +0000 |
commit | e45b892e7bb972baf2cb46e226d6919b41e2a75f (patch) | |
tree | 11700044cd70bd63ab0afdf5076d9fbd6316feee /src | |
parent | dc4b53fe61fb72ad803ba1cfa426c0e106f290a4 (diff) | |
download | nginx-e45b892e7bb972baf2cb46e226d6919b41e2a75f.tar.gz nginx-e45b892e7bb972baf2cb46e226d6919b41e2a75f.zip |
./configure --http-uwsgi-temp-path=PATH
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_uwsgi_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <ngx_http.h> -#define NGX_HTTP_UWSGI_TEMP_PATH "uwsgi_temp" - - typedef struct { ngx_http_upstream_conf_t upstream; |