Merge branch 'issue/1509' into 'develop'
[#1509] purge media from cache after delete See merge request pleroma/pleroma!2539
This commit is contained in:
commit
6dd1575c64
10 changed files with 293 additions and 30 deletions
|
|
@ -376,6 +376,10 @@ config :pleroma, :rich_media,
|
|||
|
||||
config :pleroma, :media_proxy,
|
||||
enabled: false,
|
||||
invalidation: [
|
||||
enabled: false,
|
||||
provider: Pleroma.Web.MediaProxy.Invalidation.Script
|
||||
],
|
||||
proxy_opts: [
|
||||
redirect_on_failure: false,
|
||||
max_body_length: 25 * 1_048_576,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue