diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 09:30:32 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:43:50 +0300 |
commit | 3be8ab51038cdfeb4bbf78633eb79c4d6f6b8d0b (patch) | |
tree | 9a0fd3a62c4980f1b3b809c4e45d1f7806674704 /config/description.exs | |
parent | 4b4c0eef3681f2dd4f9248ee1383f307dcd83730 (diff) | |
download | pleroma-3be8ab51038cdfeb4bbf78633eb79c4d6f6b8d0b.tar.gz pleroma-3be8ab51038cdfeb4bbf78633eb79c4d6f6b8d0b.zip |
RemoteIp module name
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs index 3902b9632..6e83a8e09 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3250,10 +3250,10 @@ config :pleroma, :config_description, [ }, %{ group: :pleroma, - key: Pleroma.Plugs.RemoteIp, + key: Pleroma.Web.Plugs.RemoteIp, type: :group, description: """ - `Pleroma.Plugs.RemoteIp` is a shim to call [`RemoteIp`](https://git.pleroma.social/pleroma/remote_ip) but with runtime configuration. + `Pleroma.Web.Plugs.RemoteIp` is a shim to call [`RemoteIp`](https://git.pleroma.social/pleroma/remote_ip) but with runtime configuration. **If your instance is not behind at least one reverse proxy, you should not enable this plug.** """, children: [ |