From: Mark Felder Date: Tue, 26 Jan 2021 00:20:07 +0000 (-0600) Subject: Note the requirement for the url_format parameter X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=c6ef87d585b63e9e26b16176b65a67d10e4b706b;p=akkoma Note the requirement for the url_format parameter --- 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##*/}