Try and "stop" the 502s that esi throws us

This commit is contained in:
2026-01-07 21:43:48 +01:00
parent 5ecb74ad78
commit df77ee5498

View File

@@ -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;
}