diff --git a/config/prod.exs b/config/prod.exs index 1cca121..ee670e0 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -14,7 +14,6 @@ use Mix.Config config :asciinema, Asciinema.Endpoint, http: [port: {:system, "PORT"}], url: [scheme: "https", host: "asciinema.org", port: 443], - force_ssl: [rewrite_on: [:x_forwarded_proto]], cache_static_manifest: "priv/static/manifest.json", secret_key_base: System.get_env("SECRET_KEY_BASE")