Limit_req_zone "flood" is already bound

What can be wrong with my self-hosted instance? I see this error after rebuilding the app:

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

I tried to change the discourse image by adding a gem to discourse-ai (not worked), but that’s it. I did not change my app.yml file or anything else.

Nevermind, I disabled the ratelimited template on ./container/app.yml:

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