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.