摘要: 以下载第三方扩展模块nginx-rtmp-module为例 cd /usr/local/src wget https://github.com/arut/nginx-rtmp-module/archive/master.zip unzip master.zip ls nginx-rtmp-modul 阅读全文
posted @ 2020-08-03 17:20 冬城暖阳 阅读(205) 评论(0) 推荐(0)
摘要: Nginx日志问题access日志无限增大问题error日志无限增大问题 Logrotate介绍 Logrotate是Linux中用来做日志切割的服务 使用logrotate切割日志 vim /etc/logrotate.d/nginx/usr/local/nginx/logs/*.log {dai 阅读全文
posted @ 2020-08-03 16:04 冬城暖阳 阅读(116) 评论(0) 推荐(0)