Skip to content

Instantly share code, notes, and snippets.

@olivermt
Created September 14, 2016 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivermt/835af938c43e86cd00120222c26af8c8 to your computer and use it in GitHub Desktop.
Save olivermt/835af938c43e86cd00120222c26af8c8 to your computer and use it in GitHub Desktop.
config :example, Example.Endpoint,
http: [port: 4000],
url: [host: "example.com", port: 443],
cache_static_manifest: "priv/static/manifest.json",
force_ssl: [rewrite_on: [:x_forwarded_proto]],
server: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment