diff --git a/config/prod.exs b/config/prod.exs index 6fa0160a..58bf3296 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -22,7 +22,7 @@ config :towerops, ToweropsWeb.Endpoint, cache_static_manifest: "priv/static/cach config :towerops, ToweropsWeb.Endpoint, force_ssl: [rewrite_on: [:x_forwarded_proto]], exclude: [ - # paths: ["/health"], + paths: ["/health"], # Runtime production configuration, including reading # of environment variables, is done on config/runtime.exs. hosts: ["localhost", "127.0.0.1"]