Limit_req_zone "flood" 已经绑定

我的自托管实例可能出现了什么问题?我在重建应用程序后看到这个错误:

nginx: [emerg] limit_req_zone "flood" is already bound to key "$binary_remote_addr" in /etc/nginx/conf.d/outlets/before-server/30-ratelimited.conf:1

我试过通过在 discourse-ai 添加一个 gem 来更换 discourse 镜像(没有成功),但我没有修改我的 app.yml 文件或其他任何东西。

没关系,我在 ./container/app.yml 中禁用了基于速率限制的模板:

templates:
  - "templates/postgres.template.yml"
  - "templates/redis.template.yml"
  - "templates/web.template.yml"
#  - "templates/web.ratelimited.template.yml"
1 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.