We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d6821 commit a8d1e8cCopy full SHA for a8d1e8c
config/prod.exs
@@ -10,7 +10,9 @@ use Mix.Config
10
# which you should run after static files are built and
11
# before starting your production server.
12
config :components_guide_web, ComponentsGuideWeb.Endpoint,
13
- url: [host: System.get_env("APP_NAME") <> ".gigalixirapp.com", port: 80],
+ # url: [host: System.get_env("APP_NAME") <> ".gigalixirapp.com", port: 80],
14
+ url: [host: "components.guide", port: 80],
15
+ force_ssl: [rewrite_on: [:x_forwarded_proto]],
16
cache_static_manifest: "priv/static/cache_manifest.json"
17
18
# ## SSL Support
0 commit comments