mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-21 13:00:11 -08:00
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
/var/log/nginx/*log /var/log/nginx/domains/*log {
|
|
daily
|
|
missingok
|
|
rotate 52
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 640 nginx adm
|
|
sharedscripts
|
|
postrotate
|
|
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
|
|
endscript
|
|
}
|