diff options
author | lain <lain@soykaf.club> | 2020-05-14 09:14:59 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-14 09:14:59 +0000 |
commit | 41db52729eee0158c90d69a8dfc0d87d2a866de0 (patch) | |
tree | baeabd95a90151e311899146221ab7b237baf7a9 /docs/configuration/storing_remote_media.md | |
parent | 752d0c683357277f5926b7b7011b3f945a7610d1 (diff) | |
download | pleroma-41db52729eee0158c90d69a8dfc0d87d2a866de0.tar.gz pleroma-41db52729eee0158c90d69a8dfc0d87d2a866de0.zip |
Apply suggestion to docs/configuration/storing_remote_media.md
Diffstat (limited to 'docs/configuration/storing_remote_media.md')
-rw-r--r-- | docs/configuration/storing_remote_media.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/storing_remote_media.md b/docs/configuration/storing_remote_media.md index 619300e7e..7e91fe7d9 100644 --- a/docs/configuration/storing_remote_media.md +++ b/docs/configuration/storing_remote_media.md @@ -1,7 +1,7 @@ # Storing Remote Media Pleroma does not store remote/federated media by default. The best way to achieve this is to change Nginx to keep its reverse proxy cache -forever and to activate the `MediaProxyWarmingPolicy` MRF policy in Pleroma which will automatically fetch all media through the proxy +for a year and to activate the `MediaProxyWarmingPolicy` MRF policy in Pleroma which will automatically fetch all media through the proxy as soon as the post is received by your instance. ## Nginx |