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 /auto/options | |
| parent | dc4b53fe61fb72ad803ba1cfa426c0e106f290a4 (diff) | |
| download | nginx-e45b892e7bb972baf2cb46e226d6919b41e2a75f.tar.gz nginx-e45b892e7bb972baf2cb46e226d6919b41e2a75f.tar.bz2 | |
./configure --http-uwsgi-temp-path=PATH
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/options b/auto/options index c79a991a5..7cda6883c 100644 --- a/auto/options +++ b/auto/options @@ -52,6 +52,7 @@ NGX_HTTP_LOG_PATH= NGX_HTTP_CLIENT_TEMP_PATH= NGX_HTTP_PROXY_TEMP_PATH= NGX_HTTP_FASTCGI_TEMP_PATH= +NGX_HTTP_UWSGI_TEMP_PATH= HTTP_CACHE=YES HTTP_CHARSET=YES @@ -186,6 +187,7 @@ do --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;; --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;; --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; + --http-uwsgi-temp-path=*) NGX_HTTP_UWSGI_TEMP_PATH="$value" ;; --with-http_ssl_module) HTTP_SSL=YES ;; --with-http_realip_module) HTTP_REALIP=YES ;; @@ -369,6 +371,7 @@ cat << END --http-proxy-temp-path=PATH set path to the http proxy temporary files --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary files + --http-uwsgi-temp-path=PATH set path to the http uwsgi temporary files --without-http disable HTTP server --without-http-cache disable HTTP cache @@ -458,6 +461,7 @@ NGX_HTTP_LOG_PATH=${NGX_HTTP_LOG_PATH:-logs/access.log} NGX_HTTP_CLIENT_TEMP_PATH=${NGX_HTTP_CLIENT_TEMP_PATH:-client_body_temp} NGX_HTTP_PROXY_TEMP_PATH=${NGX_HTTP_PROXY_TEMP_PATH:-proxy_temp} NGX_HTTP_FASTCGI_TEMP_PATH=${NGX_HTTP_FASTCGI_TEMP_PATH:-fastcgi_temp} +NGX_HTTP_UWSGI_TEMP_PATH=${NGX_HTTP_UWSGI_TEMP_PATH:-uwsgi_temp} case ".$NGX_PERL_MODULES" in ./*) |
