`force_https`設定はありますか?

force_https 設定は削除されましたか? それとも、特定のテンプレートが使用されている場合に表示されないのでしょうか。使用しているテンプレートは次のとおりです。

templates:
  - "templates/postgres.template.yml"
  - "templates/redis.template.yml"
  - "templates/web.template.yml"
  - "templates/cloudflare.template.yml"
  - "templates/web.ssl.template.yml"  # https
  - "templates/web.letsencrypt.ssl.template.yml"  # https
  # - "templates/web.ratelimited.template.yml" # not needed

そうは思いません。force_https の周りに変更は見られず、設定もまだ見えます :thinking:


`

特定の条件を満たすと、それを隠す何らかのマジックがあると思います。

コードを見なくても、証明書があると DISCOURSE_FORCE_HTTPS が true に設定されるため、UX からは非表示になると思います。

「いいね!」 4

この間探していました。この部分ですか?

「いいね!」 6

これで完了です! config/discourse.conf に設定を読み込ませるもう一つの方法は、ENV 変数を設定することです。これにより、そのファイルに設定が書き込まれます。

「いいね!」 3

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