Merge branch 'fix-howto_mediaproxy' into 'develop'
Fix media proxy doc redirect setting not working See merge request pleroma/pleroma!1448
This commit is contained in:
commit
e2c39e1cc0
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue