diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-10-22 14:12:01 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-10-22 14:12:01 -0500 |
commit | b9d164fb89af65c2aef83c2867c937ea39a9e995 (patch) | |
tree | e1e32784017da1f8f429c77ae759761eca22cd69 | |
parent | a1ad8dc34993445033595c8f52e0ee1815e5567d (diff) | |
download | pleroma-b9d164fb89af65c2aef83c2867c937ea39a9e995.tar.gz |
Formatting
-rw-r--r-- | docs/administration/storing_remote_media.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/administration/storing_remote_media.md b/docs/administration/storing_remote_media.md index 0abb85a77..74d333342 100644 --- a/docs/administration/storing_remote_media.md +++ b/docs/administration/storing_remote_media.md @@ -7,8 +7,8 @@ as soon as the post is received by your instance. ## Nginx ``` -proxy_cache_path /long/term/storage/path/pleroma-media-cache levels=1:2 keys_zone=pleroma_media_cache:10m - inactive=1y use_temp_path=off; + proxy_cache_path /long/term/storage/path/pleroma-media-cache levels=1:2 + keys_zone=pleroma_media_cache:10m inactive=1y use_temp_path=off; location ~ ^/(media|proxy) { proxy_cache pleroma_media_cache; |