repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2.0.2-2: libplist 2.3.0
[arch-packages.git]
/
nginx
/
trunk
/
logrotate
blob
e0afbb92702173783fee63d0d85119786825ccb7
1
/var/log/nginx/*log {
2
missingok
3
notifempty
4
create 640 http log
5
sharedscripts
6
compress
7
postrotate
8
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
9
endscript
10
}