mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 17:34:19 +00:00
Note the requirement for the url_format parameter
This commit is contained in:
parent
8373cb645b
commit
c6ef87d585
|
@ -5,6 +5,13 @@
|
||||||
#
|
#
|
||||||
# Cmnd_Alias HTCACHECLEAN = /usr/local/sbin/htcacheclean
|
# Cmnd_Alias HTCACHECLEAN = /usr/local/sbin/htcacheclean
|
||||||
# pleroma ALL=HTCACHECLEAN, NOPASSWD: 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##*/}
|
SCRIPTNAME=${0##*/}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue