diff src/http/modules/ngx_http_uwsgi_module.c @ 3549:0b3613117ac5

./configure --http-uwsgi-temp-path=PATH
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 17:44:51 +0000
parents fc7541a6959d
children 9f715c9e5b82
line wrap: on
line diff
--- 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;