Bind to 127.0.0.1 instead of 0.0.0.0 by default

This commit is contained in:
rinpatch 2019-06-23 09:31:39 +03:00
commit 875100de01
2 changed files with 2 additions and 0 deletions

View file

@ -139,6 +139,7 @@ config :pleroma, Pleroma.Web.Endpoint,
instrumenters: [Pleroma.Web.Endpoint.Instrumenter],
url: [host: "localhost"],
http: [
ip: {127, 0, 0, 1},
dispatch: [
{:_,
[