Remove proxy_cache_lock suggestion

This commit is contained in:
Mark Felder 2019-10-22 15:13:42 -05:00
parent b9d164fb89
commit 47a551837a
1 changed files with 0 additions and 1 deletions

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