From 875100de018d4e0980656a0fc75eb51f97fa0eee Mon Sep 17 00:00:00 2001 From: rinpatch Date: Sun, 23 Jun 2019 09:31:39 +0300 Subject: Bind to 127.0.0.1 instead of 0.0.0.0 by default --- config/config.exs | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.exs b/config/config.exs index 3962ac019..0d07fc692 100644 --- a/config/config.exs +++ b/config/config.exs @@ -139,6 +139,7 @@ config :pleroma, Pleroma.Web.Endpoint, instrumenters: [Pleroma.Web.Endpoint.Instrumenter], url: [host: "localhost"], http: [ + ip: {127, 0, 0, 1}, dispatch: [ {:_, [ -- cgit v1.2.3