diff --git a/config/prod.exs b/config/prod.exs
index b15c36d..0f8b7eb 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -11,7 +11,9 @@ import Config
# before starting your production server.
config :kmxgit, KmxgitWeb.Endpoint,
url: [scheme: "https", host: "git.kmx.io", port: 443],
- cache_static_manifest: "priv/static/cache_manifest.json",
+ cache_static_manifest: "priv/static/cache_manifest.json"
+
+config :kmxgit, Phoenix.Endpoint.Cowboy2Adapter,
http: [
net: :inet,
ip: {127, 0, 0, 1},