linux/conf/logrotate/nginx-logs

10 lines
117 B
Plaintext
Raw Permalink Normal View History

2015-09-17 10:41:22 +02:00
/data/log/nginx/*.log {
compress
dateext
rotate 8
missingok
postrotate
/usr/sbin/nginx -s reopen
endscript
}