summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-06-20 09:33:18 +0000
committerlain <lain@soykaf.club>2020-06-20 09:33:18 +0000
commit7d542450b13742c6efa93246c172c8306e730d50 (patch)
tree86998336bba747f1ce605a1c06e39ac96f38b396 /docs/configuration/cheatsheet.md
parent4733f6a3371504ebb3eeb447d7c20d56c10b43bf (diff)
parentf9282677731cca96a1316e2830507837535c06e0 (diff)
downloadpleroma-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.md6
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