14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
|
/var/log/aio/nginx/*.log /var/log/aio/nginx-test/*.log {
|
||
|
compress
|
||
|
create
|
||
|
delaycompress
|
||
|
missingok
|
||
|
monthly
|
||
|
notifempty
|
||
|
rotate 6
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
service nginx rotate >/dev/null 2>&1
|
||
|
endscript
|
||
|
}
|