projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ad8dc
)
Formatting
author
Mark Felder
<feld@FreeBSD.org>
Tue, 22 Oct 2019 19:12:01 +0000
(14:12 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Tue, 22 Oct 2019 19:12:01 +0000
(14:12 -0500)
docs/administration/storing_remote_media.md
patch
|
blob
|
history
diff --git
a/docs/administration/storing_remote_media.md
b/docs/administration/storing_remote_media.md
index 0abb85a771f2d69b362c909048a24f85d45aff38..74d3333420b9683a1f3127d1f9917669ee031364 100644
(file)
--- 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;