balupton
(Benjamin Lupton)
1
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 の周りに変更は見られず、設定もまだ見えます 
`
特定の条件を満たすと、それを隠す何らかのマジックがあると思います。
pfaffman
(Jay Pfaffman)
4
コードを見なくても、証明書があると DISCOURSE_FORCE_HTTPS が true に設定されるため、UX からは非表示になると思います。
「いいね!」 4
pfaffman
(Jay Pfaffman)
6
これで完了です! config/discourse.conf に設定を読み込ませるもう一つの方法は、ENV 変数を設定することです。これにより、そのファイルに設定が書き込まれます。
「いいね!」 3
system
(system)
クローズされました:
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.