comparison 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
comparison
equal deleted inserted replaced
3548:fc7541a6959d 3549:0b3613117ac5
30 #include <ngx_config.h> 30 #include <ngx_config.h>
31 #include <ngx_core.h> 31 #include <ngx_core.h>
32 #include <ngx_http.h> 32 #include <ngx_http.h>
33 33
34 34
35 #define NGX_HTTP_UWSGI_TEMP_PATH "uwsgi_temp"
36
37
38 typedef struct { 35 typedef struct {
39 ngx_http_upstream_conf_t upstream; 36 ngx_http_upstream_conf_t upstream;
40 37
41 ngx_array_t *flushes; 38 ngx_array_t *flushes;
42 ngx_array_t *params_len; 39 ngx_array_t *params_len;