nginx日志自动切割
摘要:1.日志配置 Nginx 日志分 access.log 记录哪些用户,哪些页面以及用户浏览器,IP等访问信息; error.log 记录服务器错误的日志 配置日志存储路径 location / { access_log /usr/local/nginx/logs/access.log; error_
阅读全文
posted @ 2017-12-08 14:04
posted @ 2017-12-08 14:04