diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-16 15:16:33 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-17 05:56:20 +0300 |
commit | 3f8d68bdf3224cd6023b3d7f8e64221222872820 (patch) | |
tree | 87262b9635af9bc869aae0be0e9bc57c4442db1d /config | |
parent | cb40602a167f4637dc6df6633ec2dfe33f774177 (diff) | |
download | pleroma-3f8d68bdf3224cd6023b3d7f8e64221222872820.tar.gz pleroma-3f8d68bdf3224cd6023b3d7f8e64221222872820.zip |
added example cache purge script
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 5394c7c7a..882d25069 100644 --- a/config/config.exs +++ b/config/config.exs @@ -382,7 +382,7 @@ config :pleroma, :media_proxy, enabled: false, provider: Pleroma.Web.MediaProxy.Invalidation.Script, options: %{ - script_path: "" + script_path: "./installation/nginx-cache-purge.example" } ], proxy_opts: [ |