文件操作 - nginx
返回文件管理
返回主菜单
删除本文件
文件: /etc/logrotate.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 }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件