Formatting
authorMark Felder <feld@FreeBSD.org>
Tue, 22 Oct 2019 19:12:01 +0000 (14:12 -0500)
committerMark Felder <feld@FreeBSD.org>
Tue, 22 Oct 2019 19:12:01 +0000 (14:12 -0500)
docs/administration/storing_remote_media.md

index 0abb85a771f2d69b362c909048a24f85d45aff38..74d3333420b9683a1f3127d1f9917669ee031364 100644 (file)
@@ -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;