From 750fceee02bfb3b5eb5a94cf0a61f2e15f73074c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 14 Jan 2024 16:39:05 +0000 Subject: [PATCH] Remove cache lock --- etc/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/nginx.conf b/etc/nginx.conf index a12dbbd..49d09c4 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -35,7 +35,6 @@ server { proxy_set_header Proxy ""; proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504; - proxy_cache_lock on; proxy_cache_valid 404 1m; location / {