Hint where to find the example script

This commit is contained in:
Mark Felder 2020-05-21 16:26:16 -05:00
parent 3771db97b4
commit 6524f74114

View file

@ -1762,7 +1762,9 @@ config :pleroma, :config_description, [
%{
key: :script_path,
type: :string,
description: "Path to a custom script to automate cache invalidation."
description:
"Path to a custom script to automate cache invalidation." <>
"See `installation/nginx-cache-purge.sh.example` for additional help."
}
]
},