Skip to content

Commit

Permalink
Merge pull request #26 from felipelincoln/dev
Browse files Browse the repository at this point in the history
Release v0.5.2
  • Loading branch information
felipelincoln authored Feb 20, 2021
2 parents 5c49684 + 588e503 commit 58d33e2
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: [scheme: "https", host: System.get_env("HOST"), port: 443],
url: nil,
force_ssl: [rewrite_on: [:x_forwarded_proto], host: nil],
cache_static_manifest: "priv/static/cache_manifest.json"

0 comments on commit 58d33e2

Please sign in to comment.