File nginx.logrotate of Package nginx
/var/log/nginx/*.log {
compress
dateext
maxage 365
rotate 99
size=+1024k
notifempty
missingok
sharedscripts
postrotate
nginx -s reopen
endscript
}
/var/log/nginx/*.log {
compress
dateext
maxage 365
rotate 99
size=+1024k
notifempty
missingok
sharedscripts
postrotate
nginx -s reopen
endscript
}