diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-10-22 15:13:42 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-10-22 15:13:42 -0500 |
commit | 47a551837ade9b5c5b7291c83bc3e787e9c6a17d (patch) | |
tree | a4eeb363190c9c026ea8f3fd88a43d1dbf7c48b3 | |
parent | b9d164fb89af65c2aef83c2867c937ea39a9e995 (diff) | |
download | pleroma-47a551837ade9b5c5b7291c83bc3e787e9c6a17d.tar.gz pleroma-47a551837ade9b5c5b7291c83bc3e787e9c6a17d.zip |
Remove proxy_cache_lock suggestion
-rw-r--r-- | docs/administration/storing_remote_media.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/administration/storing_remote_media.md b/docs/administration/storing_remote_media.md index 74d333342..619300e7e 100644 --- a/docs/administration/storing_remote_media.md +++ b/docs/administration/storing_remote_media.md @@ -18,7 +18,6 @@ as soon as the post is received by your instance. proxy_http_version 1.1; proxy_cache_valid 206 301 302 304 1h; proxy_cache_valid 200 1y; - proxy_cache_lock on; proxy_cache_use_stale error timeout invalid_header updating; proxy_ignore_client_abort on; proxy_buffering on; |