From df77ee5498b534dac7cfc0200a6c67893eaa92dc Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 7 Jan 2026 21:43:48 +0100 Subject: [PATCH] Try and "stop" the 502s that esi throws us --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.conf b/nginx.conf index 4906626..3a7ac24 100644 --- a/nginx.conf +++ b/nginx.conf @@ -36,6 +36,8 @@ http { proxy_cache_bypass $http_x_nocache; proxy_no_cache $http_x_nocache; + proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; + add_header X-Cache-Status $upstream_cache_status always; }