diff options
author | Sean King <seanking2919@protonmail.com> | 2023-05-31 17:49:06 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2023-05-31 17:49:06 -0600 |
commit | c9cb90ff4fac5bf645720c7e7ef0bf4b6acf8afa (patch) | |
tree | 8a580ef6ec637d1c240257923447d4941034b7b7 /docs | |
parent | a2bbd7c9dadad42c995e7627a559673f04c2618b (diff) | |
download | pleroma-c9cb90ff4fac5bf645720c7e7ef0bf4b6acf8afa.tar.gz pleroma-c9cb90ff4fac5bf645720c7e7ef0bf4b6acf8afa.zip |
Media proxy base URL doesn't need /proxy
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/hardening.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/hardening.md b/docs/configuration/hardening.md index 493ba608c..cc46d1ff9 100644 --- a/docs/configuration/hardening.md +++ b/docs/configuration/hardening.md @@ -68,7 +68,7 @@ It is STRONGLY RECOMMENDED to serve both the locally-uploaded media and the medi ```elixir config :pleroma, :media_proxy, - base_url: "https://some.other.domain/proxy" + base_url: "https://some.other.domain" config :pleroma, Pleroma.Upload, base_url: "https://some.other.domain/media" |