logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: c9cb90ff4fac5bf645720c7e7ef0bf4b6acf8afa
parent a2bbd7c9dadad42c995e7627a559673f04c2618b
Author: Sean King <seanking2919@protonmail.com>
Date:   Wed, 31 May 2023 17:49:06 -0600

Media proxy base URL doesn't need /proxy

Diffstat:

Mdocs/configuration/hardening.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"