Skip to content

Commit

Permalink
Merge pull request #24 from felipelincoln/dev
Browse files Browse the repository at this point in the history
Release/v0.5.2
  • Loading branch information
felipelincoln authored Feb 15, 2021
2 parents d4631a3 + e54a5b8 commit 5c49684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import Config

config :web, Web.Endpoint,
http: [port: {:system, "PORT"}],
url: [host: nil],
url: [scheme: "https", host: System.get_env("HOST"), port: 443],
force_ssl: [rewrite_on: [:x_forwarded_proto], host: nil],
cache_static_manifest: "priv/static/cache_manifest.json"

0 comments on commit 5c49684

Please sign in to comment.