mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
extra/nginx to 1.10.3-4
This commit is contained in:
parent
bd46cc22f0
commit
8ce6f784d6
2 changed files with 3 additions and 3 deletions
|
@ -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=(
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue