diff --git a/apps/api_web/config/prod.exs b/apps/api_web/config/prod.exs index d2348d64..3b4948d1 100644 --- a/apps/api_web/config/prod.exs +++ b/apps/api_web/config/prod.exs @@ -18,7 +18,7 @@ config :api_web, ApiWeb.Endpoint, shutdown_timeout: 90_000 ] ], - url: [scheme: "https", port: 443], + url: [scheme: "https", host: nil, port: 443], server: true, cache_static_manifest: "priv/static/cache_manifest.json"