Don't enforce SSL on Phoenix level
This commit is contained in:
parent
1c7bb5e164
commit
821cef7bf0
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user