diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-31 20:38:58 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-31 20:38:58 +0300 |
commit | 1b49b8efe57256b3f64b4b7e8a1de805ab030814 (patch) | |
tree | 2250cc1eb3d17b79c292b4ff4130172a6dea6c31 /docs/configuration/cheatsheet.md | |
parent | 6fd4163ab60be07b1a20ac8911e105ddca8e2095 (diff) | |
parent | 7ac0a819811496fe512544e91b6f0ff3d15b8856 (diff) | |
download | pleroma-1b49b8efe57256b3f64b4b7e8a1de805ab030814.tar.gz pleroma-1b49b8efe57256b3f64b4b7e8a1de805ab030814.zip |
Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework
# Conflicts:
# CHANGELOG.md
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: |