Formatting

This commit is contained in:
Mark Felder 2019-10-22 14:12:01 -05:00
parent a1ad8dc349
commit b9d164fb89
1 changed files with 2 additions and 2 deletions

View 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;