mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-23 05:50:37 -08:00
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
/var/log/nginx/*log /var/log/nginx/domains/*log {
|
|
create 0644 nginx nginx
|
|
daily
|
|
rotate 10
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
|
|
endscript
|
|
}
|