Remove proxy_cache_lock suggestion
authorMark Felder <feld@FreeBSD.org>
Tue, 22 Oct 2019 20:13:42 +0000 (15:13 -0500)
committerMark Felder <feld@FreeBSD.org>
Tue, 22 Oct 2019 20:13:42 +0000 (15:13 -0500)
docs/administration/storing_remote_media.md

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