diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-06-14 21:02:57 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-06-14 21:02:57 +0300 |
commit | 2e8a236cef28c0b754aecb04a5c60c3b7655c5a6 (patch) | |
tree | efba28e731bf9dcc57de2a20302179d9b210eefe /docs/configuration | |
parent | f9dcf15ecb684b4b802d731a216448c76913d462 (diff) | |
download | pleroma-2e8a236cef28c0b754aecb04a5c60c3b7655c5a6.tar.gz |
fix invalidates media url's
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 505acb293..20bd0ed85 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -262,7 +262,7 @@ This section describe PWA manifest instance-specific values. Currently this opti #### Pleroma.Web.MediaProxy.Invalidation.Script -This strategy allow perform external bash script to purge cache. +This strategy allow perform external shell script to purge cache. Urls of attachments pass to script as arguments. * `script_path`: path to external script. @@ -278,8 +278,8 @@ config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Script, This strategy allow perform custom http request to purge cache. * `method`: http method. default is `purge` -* `headers`: http headers. default is empty -* `options`: request options. default is empty +* `headers`: http headers. +* `options`: request options. Example: ```elixir |