diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-21 16:26:16 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-21 16:26:16 -0500 |
commit | 6524f741145649b1c116d7e042ca4815d48349e3 (patch) | |
tree | 5bc4b2c32773f7fab7e884a34d69983fd8ce7912 | |
parent | 3771db97b4bdc5bf1161a1086e89cf14296328fb (diff) | |
download | pleroma-6524f741145649b1c116d7e042ca4815d48349e3.tar.gz |
Hint where to find the example script
-rw-r--r-- | config/description.exs | 4 |
1 files changed, 3 insertions, 1 deletions
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." } ] }, |