Apply suggestion to docs/configuration/storing_remote_media.md

This commit is contained in:
lain 2020-05-14 09:14:59 +00:00
parent 752d0c6833
commit 41db52729e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Storing Remote Media # 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 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. as soon as the post is received by your instance.
## Nginx ## Nginx