From 8a8ac56bbf82685c43072923560881e6b119ec66 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Oct 2011 23:14:36 +0000 Subject: Fri Oct 7 23:14:36 UTC 2011 --- community/nginx/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'community/nginx/PKGBUILD') diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index e5d40753d..411bf9d68 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56187 2011-10-03 07:27:47Z spupykin $ +# $Id: PKGBUILD 56357 2011-10-06 09:08:20Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Miroslaw Szot @@ -12,7 +12,7 @@ _group=http pkgname=nginx pkgver=1.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64') depends=('pcre' 'zlib' 'openssl') @@ -55,7 +55,9 @@ build() { --with-http_dav_module \ --with-http_gzip_static_module \ --with-ipv6 \ - --add-module=/usr/lib/passenger/ext/nginx + --add-module=/usr/lib/passenger/ext/nginx \ + --http-scgi-temp-path=${_tmp_path} \ + --http-uwsgi-temp-path=${_tmp_path} #--with-http_mp4_module \ #--with-http_realip_module \ #--with-http_addition_module \ -- cgit v1.2.3-54-g00ecf