mirror of
https://github.com/myvesta/vesta
synced 2025-07-11 15:46:43 -07:00
13 lines
329 B
Text
13 lines
329 B
Text
/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
|
|
}
|