Fix redirect setting not working

This commit is contained in:
aries 2019-07-18 21:08:31 +09:00
parent 0e502cb836
commit 129078eddc
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ If you came here from one of the installation guides, take a look at the example
```
config :pleroma, :media_proxy,
enabled: true,
redirect_on_failure: true
proxy_opts: [
redirect_on_failure: true
]
#base_url: "https://cache.pleroma.social"
```
If you want to use a subdomain to serve the files, uncomment `base_url`, change the url and add a comma after `true` in the previous line.