9 lines
117 B
Text
9 lines
117 B
Text
/data/log/nginx/*.log {
|
|
compress
|
|
dateext
|
|
rotate 8
|
|
missingok
|
|
postrotate
|
|
/usr/sbin/nginx -s reopen
|
|
endscript
|
|
}
|