diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:39:53 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:39:53 +0300 |
commit | 4e70009490365f0439043aa59f9e6cd05f6da723 (patch) | |
tree | 22efe0cab862ece09e159dd04dfbbc39fd7240b9 /docs/configuration | |
parent | cb162678df877e3f9b299e10516d0ebd29355b80 (diff) | |
download | pleroma-4e70009490365f0439043aa59f9e6cd05f6da723.tar.gz |
Move bold text in RemoveIp description into a proper warning
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 82367ae0b..57325dd56 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -764,7 +764,8 @@ Available caches: ## Pleroma.Plugs.RemoteIp -**If your instance is not behind at least one reverse proxy, you should not enable this plug.** +!!! warning + If your instance is not behind at least one reverse proxy, you should not enable this plug. `Pleroma.Plugs.RemoteIp` is a shim to call [`RemoteIp`](https://git.pleroma.social/pleroma/remote_ip) but with runtime configuration. |