From 28ea3db52c0f77dd08cfc42b40cc8f7518846503 Mon Sep 17 00:00:00 2001 From: Rick Date: Sat, 29 Jun 2019 11:40:26 +0200 Subject: [PATCH] bind pleroma container to all interfaces again (#7) pleromas new default config is to listen on 127.0.0.1 this setting doesn't work with an nginx reverse proxy directly on your host --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8566831..9d8c356 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Configure Pleroma. Copy the following to `config/secret.exs`: use Mix.Config config :pleroma, Pleroma.Web.Endpoint, + http: [ ip: {0, 0, 0, 0}, ], url: [host: "pleroma.domain.tld", scheme: "https", port: 443], secret_key_base: ""