diff options
author | Mark Felder <feld@feld.me> | 2021-01-25 18:20:07 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-01-25 18:20:07 -0600 |
commit | c6ef87d585b63e9e26b16176b65a67d10e4b706b (patch) | |
tree | 5c2a4e2621d80eeca5dea3fdfb46ec7d2ccc3334 | |
parent | 8373cb645b7f357eedbc3a45a2e75a81376e6ef8 (diff) | |
download | pleroma-c6ef87d585b63e9e26b16176b65a67d10e4b706b.tar.gz |
Note the requirement for the url_format parameter
-rwxr-xr-x | installation/apache-cache-purge.sh.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/installation/apache-cache-purge.sh.example b/installation/apache-cache-purge.sh.example index 62997038d..7b4262875 100755 --- a/installation/apache-cache-purge.sh.example +++ b/installation/apache-cache-purge.sh.example @@ -5,6 +5,13 @@ # # Cmnd_Alias HTCACHECLEAN = /usr/local/sbin/htcacheclean # pleroma ALL=HTCACHECLEAN, NOPASSWD: HTCACHECLEAN +# +# Please also ensure you have enabled: +# +# config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Script, url_format: :htcacheclean +# +# which will correctly format the URLs passed to this script for the htcacheclean utility. +# SCRIPTNAME=${0##*/} |