From f4551c0fb73fefab41f4f6f1c0475c55a0ee01da Mon Sep 17 00:00:00 2001 From: Felipe LIncoln Date: Sat, 20 Feb 2021 09:13:28 -0300 Subject: [PATCH] remove url configs --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index e6133d6..3d91387 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -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"