TOCSre@iddcipl01043:~$ cat /etc/.d/nginx
/var/log/nginx/*.log {
daily
missingok
rotate 14
compress
delaycompress
notifempty
create 0640 www-data adm
sharedscripts
prerotate
if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
run-parts /etc/logrotate.d/httpd-prerotate; \
fi \
endscript
postrotate
invoke-rc.d nginx rotate >/dev/null 2>&1
endscript
}
标签:httpd,切割,etc,nginx,logrotate,prerotate,日志,log
From: https://www.cnblogs.com/yuleicoder/p/16995075.html