Browse Source

nginx: Updated (0.8.39 -> 0.8.40)

user/karasz/next/updates
Nagy Karoly Gabriel 15 years ago
parent
commit
3af9d9cae0
  1. 9
      network/nginx/nginx.conf
  2. 4
      network/nginx/nginx.desc

9
network/nginx/nginx.conf

@ -33,6 +33,8 @@ var_append confopt ' ' "--lock-path=$localstatedir/lock/nginx.lock"
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/temp/fastcgi_temp"
# set path to the http uwsgi temporary
var_append confopt ' ' "--http-uwsgi-temp-path=$localstatedir/temp/uwsgi_temp"
# set path to the http client request body
var_append confopt ' ' "--http-client-body-temp-path=$localstatedir/temp/client_body_temp"
@ -70,3 +72,10 @@ if atstage cross; then
fi
var_append CC_WRAPPER_REMOVE " " "-Werror"
uwsgi_hack() {
cp -va conf/uwsgi_params $sysconfdir/uwsgi_params
}
hook_add postmake 5 "uwsgi_hack"

4
network/nginx/nginx.desc

@ -43,9 +43,9 @@
[L] GPL
[S] Stable
[V] 0.8.39
[V] 0.8.40
[P] X -?---5---9 800.000
[CV-URL] http://nginx.org/en/download.html
[D] 1912769293 nginx-0.8.39.tar.gz http://nginx.org/download/
[D] 1160991977 nginx-0.8.40.tar.gz http://nginx.org/download/

Loading…
Cancel
Save