Note the requirement for the url_format parameter

This commit is contained in:
Mark Felder 2021-01-25 18:20:07 -06:00
parent 8373cb645b
commit c6ef87d585
1 changed files with 7 additions and 0 deletions

View File

@ -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##*/}