nginx 日志 cron任务切割日志

#vim cut_nginx_log.sh

#cd /usr/local/nginx/logs/

#/bin/mv access.log access_$(date +%F).log

#/usr/local/nginx/sbin/nginx -s reload

 

2、设置定时任务

00 00 * * *  每天0点,日期推后了一天

 

posted @ 2017-10-18 14:00  忙碌在路上  阅读(319)  评论(0编辑  收藏  举报