diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index e841c2bec..505acb293 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -283,11 +283,10 @@ This strategy allow perform custom http request to purge cache. Example: ```elixir -config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http, %{ - "method" => :purge, - "headers" => [], - "options" => [] -} +config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http, + method: :purge, + headers: [], + options: [] ``` ## Link previews |