From ee0d0ed9610f0d9ff16954ef8e412a044cd0012f Mon Sep 17 00:00:00 2001 From: Rick Date: Thu, 27 Jun 2019 23:32:10 +0200 Subject: [PATCH] bind pleroma container to all interfaces again 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: ""