Sign in
nginx
/
nginx-pkgoss
/
refs/heads/stable-1.8
/
.
/
rpm
/
SOURCES
/
nginx.suse.logrotate
blob: 76737feea2e964d4c53bae4c8e2f255b4fd51a5e [
file
] [
log
] [
blame
] [
edit
]
/var/
log
/
nginx
/*.log {
daily
missingok
rotate 52
compress
delaycompress
notifempty
create 640 nginx trusted
sharedscripts
postrotate
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
endscript
}