Nginx Logrotate Config
/var/log/nginx/*.log {
daily
rotate 14
compress
delaycompress
postrotate
nginx -s reopen
endscript
} /var/log/nginx/*.log {
daily
rotate 14
compress
delaycompress
postrotate
nginx -s reopen
endscript
}