From 9621c0498cd96b0a366bcecbe62645f8e1180633 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 2 Jul 2009 15:13:43 +0300 Subject: [PATCH] nginx: Updated (0.6.35 -> 0.7.61) and reworked nginx.conf --- network/nginx/nginx.conf | 13 ++++++++++--- network/nginx/nginx.desc | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/network/nginx/nginx.conf b/network/nginx/nginx.conf index 299117115..7a034fd1f 100644 --- a/network/nginx/nginx.conf +++ b/network/nginx/nginx.conf @@ -30,11 +30,11 @@ var_append confopt ' ' "--pid-path=$localstatedir/run/nginx.pid" var_append confopt ' ' "--lock-path=$localstatedir/lock/nginx.lock" # set path to the http proxy temporary files -var_append confopt ' ' "--http-proxy-temp-path=$localstatedir/$pkg/temp/proxy_temp" +var_append confopt ' ' "--http-proxy-temp-path=$localstatedir/temp/proxy_temp" # set path to the http fastcgi temporary -var_append confopt ' ' "--http-fastcgi-temp-path=$localstatedir/$pkg/temp/fastcgi_temp" +var_append confopt ' ' "--http-fastcgi-temp-path=$localstatedir/temp/fastcgi_temp" # set path to the http client request body -var_append confopt ' ' "--http-client-body-temp-path=$localstatedir/$pkg/temp/client_body_temp" +var_append confopt ' ' "--http-client-body-temp-path=$localstatedir/temp/client_body_temp" # log directories logdir="$localstatedir/log/$pkg" @@ -45,3 +45,10 @@ var_append confopt ' ' "--error-log-path=$logdir/error.log" if pkginstalled openssl; then var_append confopt ' ' "--with-http_ssl_module" fi + +# add some optional modules not built by default +var_append confopt ' ' "--with-http_stub_status_module" +var_append confopt ' ' "--with-http_flv_module" +var_append confopt ' ' "--with-http_realip_module" +var_append confopt ' ' "--with-http_gzip_static_module" +var_append confopt ' ' "--with-http_image_filter_module" diff --git a/network/nginx/nginx.desc b/network/nginx/nginx.desc index a4de05eef..74a767e9a 100644 --- a/network/nginx/nginx.desc +++ b/network/nginx/nginx.desc @@ -42,8 +42,8 @@ [L] GPL [S] Stable -[V] 0.6.35 +[V] 0.7.61 [P] X -----5---9 800.000 -[D] 1213535127 nginx-0.6.35.tar.gz http://sysoev.ru/nginx/ +[D] 1817630261 nginx-0.7.61.tar.gz http://sysoev.ru/nginx/