diff options
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
-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; |