Don't enforce SSL on Phoenix level

integrate-vt
Marcin Kulik 8 years ago
parent 412056537d
commit 61a2a13cf8

@ -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…
Cancel
Save