diff options
author | lain <lain@soykaf.club> | 2020-06-20 09:33:18 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-20 09:33:18 +0000 |
commit | 7d542450b13742c6efa93246c172c8306e730d50 (patch) | |
tree | 86998336bba747f1ce605a1c06e39ac96f38b396 /docs/configuration/cheatsheet.md | |
parent | 4733f6a3371504ebb3eeb447d7c20d56c10b43bf (diff) | |
parent | f9282677731cca96a1316e2830507837535c06e0 (diff) | |
download | pleroma-7d542450b13742c6efa93246c172c8306e730d50.tar.gz pleroma-7d542450b13742c6efa93246c172c8306e730d50.zip |
Merge branch 'develop' into '1865-media-only'
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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 fad67fc4d..6ebdab546 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -268,7 +268,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. @@ -284,8 +284,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 |