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
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
nginx
/
repos
/
extra-x86_64
/
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
}