Media proxy base URL doesn't need /proxy

This commit is contained in:
Sean King 2023-05-31 17:49:06 -06:00
parent a2bbd7c9da
commit c9cb90ff4f
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -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"