From 6524f741145649b1c116d7e042ca4815d48349e3 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 21 May 2020 16:26:16 -0500 Subject: Hint where to find the example script --- config/description.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/description.exs b/config/description.exs index 5873aba7e..8024a3baf 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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." } ] }, -- cgit v1.2.3