X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=fac5a006e9b6538e26ff17905687638be2934402;hb=b794dae98a09cd1e18af60c1239f5c03b7193e57;hp=2de2e1947818a28d18d0fecfe5b659812a454b3b;hpb=7fcaa188a0be4bc8e41790ddda9b6789cb318347;p=akkoma diff --git a/config/description.exs b/config/description.exs index 2de2e1947..fac5a006e 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1633,13 +1633,20 @@ config :pleroma, :config_description, [ group: :pleroma, key: Pleroma.Web.MediaProxy.Invalidation.Script, type: :group, - description: "Script invalidate settings", + description: "Invalidation script settings", children: [ %{ key: :script_path, type: :string, - description: "Path to shell script. Which will run purge cache.", + description: "Path to executable script which will purge cached items.", suggestions: ["./installation/nginx-cache-purge.sh.example"] + }, + %{ + key: :url_format, + type: :string, + description: + "Optional URL format preprocessing. Only required for Apache's htcacheclean.", + suggestions: [":htcacheclean"] } ] },