extra/nginx to 1.10.3-4

This commit is contained in:
Kevin Mihelich 2017-03-26 23:33:44 +00:00
parent bd46cc22f0
commit 8ce6f784d6
2 changed files with 3 additions and 3 deletions
extra/nginx

View file

@ -10,7 +10,7 @@
pkgname=nginx
pkgver=1.10.3
pkgrel=2
pkgrel=4
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=('i686' 'x86_64')
url='https://nginx.org'
@ -33,7 +33,7 @@ source=($url/download/nginx-$pkgver.tar.gz{,.asc}
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
'SKIP'
'5dd4d09914a4403b9df778ec1d66167c'
'09862c34cd9593bc40da81f88c5fc4b2'
'6a01fb17af86f03707c8ae60f98a2dc2')
_common_flags=(

View file

@ -9,7 +9,7 @@ PrivateDevices=yes
SyslogLevel=err
ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
ExecReload=/usr/bin/kill -HUP $MAINPID
ExecReload=/usr/bin/nginx -s reload
KillSignal=SIGQUIT
KillMode=mixed