diff options
author | root <root@rshg054.dnsready.net> | 2011-09-01 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-01 23:14:36 +0000 |
commit | eb3d40c72c9dd19f6a5ef79b41e9d8ba73ccd928 (patch) | |
tree | 8b84e75352e1becac08cfc404361e88753b5daac /community/nginx | |
parent | 31f40feaa17912cf0ebfa72dd9368264633b3830 (diff) |
Thu Sep 1 23:14:36 UTC 2011
Diffstat (limited to 'community/nginx')
-rw-r--r-- | community/nginx/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index c014840e9..237acf780 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 54994 2011-08-29 20:55:17Z spupykin $ +# $Id: PKGBUILD 55022 2011-08-31 13:26:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl> @@ -12,18 +12,21 @@ _group=http pkgname=nginx pkgver=1.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64') depends=('pcre' 'zlib' 'openssl') url="http://nginx.org" license=('custom') -backup=("etc/nginx/conf/nginx.conf" +backup=("etc/nginx/conf/fastcgi.conf" + "etc/nginx/conf/fastcgi_params" "etc/nginx/conf/koi-win" "etc/nginx/conf/koi-utf" - "etc/nginx/conf/win-utf" "etc/nginx/conf/mime.types" - "etc/nginx/conf/fastcgi_params" + "etc/nginx/conf/nginx.conf" + "etc/nginx/conf/scgi_params" + "etc/nginx/conf/uwsgi_params" + "etc/nginx/conf/win-utf" "etc/logrotate.d/nginx" "etc/conf.d/nginx") changelog=changelog |