mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/nginx to 1.10.2-2
This commit is contained in:
parent
1d67f43cfa
commit
c3a346444f
2 changed files with 9 additions and 5 deletions
|
@ -10,10 +10,10 @@
|
|||
|
||||
pkgname=nginx
|
||||
pkgver=1.10.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://nginx.org'
|
||||
url='https://nginx.org'
|
||||
license=('custom')
|
||||
depends=('pcre' 'zlib' 'openssl' 'geoip')
|
||||
backup=('etc/nginx/fastcgi.conf'
|
||||
|
@ -27,15 +27,16 @@ backup=('etc/nginx/fastcgi.conf'
|
|||
'etc/nginx/win-utf'
|
||||
'etc/logrotate.d/nginx')
|
||||
install=nginx.install
|
||||
source=($url/download/nginx-$pkgver.tar.gz
|
||||
source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
||||
service
|
||||
logrotate)
|
||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
||||
md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
|
||||
'SKIP'
|
||||
'5dd4d09914a4403b9df778ec1d66167c'
|
||||
'19a26a61c8afe78defb8b4544f79a9a0')
|
||||
'83ffd315fed235b8fff40a7cfa23a16d')
|
||||
|
||||
_common_flags=(
|
||||
--with-ipv6
|
||||
--with-pcre-jit
|
||||
--with-file-aio
|
||||
--with-http_addition_module
|
||||
|
@ -49,6 +50,7 @@ _common_flags=(
|
|||
--with-http_mp4_module
|
||||
--with-http_realip_module
|
||||
--with-http_secure_link_module
|
||||
--with-http_slice_module
|
||||
--with-http_ssl_module
|
||||
--with-http_stub_status_module
|
||||
--with-http_sub_module
|
||||
|
@ -61,6 +63,7 @@ _common_flags=(
|
|||
)
|
||||
|
||||
_stable_flags=(
|
||||
--with-ipv6
|
||||
)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/var/log/nginx/*log {
|
||||
missingok
|
||||
notifempty
|
||||
create 640 http log
|
||||
su http log
|
||||
sharedscripts
|
||||
|
|
Loading…
Reference in a new issue