diff options
author | Mark Felder <feld@feld.me> | 2021-01-21 14:20:13 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-01-21 14:20:13 -0600 |
commit | 003402df401f2bbf46e47017e3b7a2ec27615ea2 (patch) | |
tree | 61b8f4d9a71fee4100f7955ca55c6141eae38666 /docs/configuration/cheatsheet.md | |
parent | 3078e62488ad1d94d1d3b83faf9f2b070e4aff06 (diff) | |
download | pleroma-003402df401f2bbf46e47017e3b7a2ec27615ea2.tar.gz pleroma-003402df401f2bbf46e47017e3b7a2ec27615ea2.zip |
Add ability to invalidate cache entries for Apache
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 5 |
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: |