linux/conf/logrotate/nginx-logs
2015-09-17 10:41:22 +02:00

9 lines
117 B
Text

/data/log/nginx/*.log {
compress
dateext
rotate 8
missingok
postrotate
/usr/sbin/nginx -s reopen
endscript
}