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에서 rate-limited 템플릿을 비활성화했습니다:

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