diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-10-13 09:54:11 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-10-13 09:54:11 -0500 |
| commit | 4ead0d564fa60b1a908f6237474250d6bda85ae9 (patch) | |
| tree | 4a7852367e339f6759ccbabe70d6670e52cf171f /config/description.exs | |
| parent | 8bacdc36806efd01a7897359ff0fd2c8e24730d2 (diff) | |
| parent | 8b6221d4ecd1d7e354e7de831dd46e285cb85077 (diff) | |
| download | pleroma-4ead0d564fa60b1a908f6237474250d6bda85ae9.tar.gz pleroma-4ead0d564fa60b1a908f6237474250d6bda85ae9.zip | |
Merge branch 'develop' into refactor/discoverable_user_field
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: [ |
