Merge changes from ABS

This commit is contained in:
2017-04-14 16:51:33 +03:00
parent 7f0aaea547
commit 85399eaf83
4 changed files with 29 additions and 20 deletions

View File

@@ -5,6 +5,6 @@
sharedscripts
compress
postrotate
test ! -r /var/run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
}