File freenginx.logrotate of Package freenginx
/var/log/nginx/*.log {
compress
dateext
maxage 365
rotate 99
size=+51200k
missingok
notifempty
create 644 nginx nginx
su nginx nginx
postrotate
/usr/bin/systemctl reload nginx
endscript
}