diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2019-09-03 06:45:16 +0000 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-09-11 09:25:33 +0300 |
commit | 5db2920644d8a82e53eaef228e39edef1e6af5aa (patch) | |
tree | adebdb1d87c592efd42c53345eb642d7e8913813 | |
parent | 65bc9e66ad3848594df67c4b0d5539b1c8540161 (diff) | |
download | pleroma-5db2920644d8a82e53eaef228e39edef1e6af5aa.tar.gz |
Apply suggestion to config/description.exs
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 48cc70e6e..37a8a5664 100644 --- a/config/description.exs +++ b/config/description.exs @@ -55,7 +55,7 @@ config :pleroma, :config_description, [ %{ key: :proxy_remote, type: :boolean, - description: "If enabled, Pleroma will proxy media requests instead of redirecting to it", + description: "If enabled, requests to media stored using a remote uploader will be proxied instead of being redirected.", suggestions: [ true, false |