diff options
author | feld <feld@feld.me> | 2021-01-26 00:32:53 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-01-26 00:32:53 +0000 |
commit | 1e3832c6bba9383abc74d5a9d8105600601dd80c (patch) | |
tree | cc53bdb521ea42a19d3dadd4143c8cec6f7f21c3 /docs/configuration/cheatsheet.md | |
parent | f1c82fbd426651e6838a9c60578c96a25ae94df4 (diff) | |
parent | 01fc7d809d33ea546abded0d1540e3b41dbb0e6a (diff) | |
download | pleroma-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.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: |