summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2021-01-26 00:32:53 +0000
committerfeld <feld@feld.me>2021-01-26 00:32:53 +0000
commit1e3832c6bba9383abc74d5a9d8105600601dd80c (patch)
treecc53bdb521ea42a19d3dadd4143c8cec6f7f21c3 /docs/configuration/cheatsheet.md
parentf1c82fbd426651e6838a9c60578c96a25ae94df4 (diff)
parent01fc7d809d33ea546abded0d1540e3b41dbb0e6a (diff)
downloadpleroma-1e3832c6bba9383abc74d5a9d8105600601dd80c.tar.gz
pleroma-1e3832c6bba9383abc74d5a9d8105600601dd80c.zip
Merge branch 'docs/apache-config' into 'develop'
Update Apache configuration See merge request pleroma/pleroma!3271
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 5c0fd6487..9d4b07bf4 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -321,9 +321,10 @@ This section describe PWA manifest instance-specific values. Currently this opti
#### Pleroma.Web.MediaProxy.Invalidation.Script
This strategy allow perform external shell script to purge cache.
-Urls of attachments pass to script as arguments.
+Urls of attachments are passed to the script as arguments.
-* `script_path`: path to external script.
+* `script_path`: Path to the external script.
+* `url_format`: Set to `:htcacheclean` if using Apache's htcacheclean utility.
Example: