Skip to content

v1.0.0

Compare
Choose a tag to compare
@goindow goindow released this 12 Jun 09:50
· 21 commits to master since this release

新增功能:

  1. 新增 ./sh/nginx_log_cutting.sh,nginx 日志切割打包脚本,支持自动切割打包 ./nginx/logs/ 目录下的所有项目,默认存储近 14 天压缩包
  2. php-fpm Dockerfile 新增了 mongodb 扩展

其他变动:

  1. Nginx 优化 proxy_read_timeout & fastcgi_read_timeout,解决 crontab 场景,慢脚本 Upstream timed out 问题(crontab 场景下,不推荐 curl api 形式,如果 api 很慢,nginx 需要为处理这种场景做不必要的优化。目前 timeout 是 240s,如果脚本很慢,推荐使用 php CLI 处理)