Media proxy base URL doesn't need /proxy

This commit is contained in:
Sean King 2023-05-31 18:49:06 -05:00
parent a2bbd7c9da
commit c9cb90ff4f
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257
1 changed files with 1 additions and 1 deletions

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"