From c120d7a1642f74b4648be1163c4037c674ff3bf6 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Mon, 26 Jan 2026 15:00:55 +0100 Subject: [PATCH] Ignore cache control header --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 12dee50..65defc7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -45,6 +45,7 @@ http { proxy_cache api_cache; proxy_cache_valid 200 201 202 203 204 205 206 207 208 226 365d; + proxy_ignore_headers Cache-Control Expires; proxy_cache_bypass $http_x_nocache; proxy_no_cache $http_x_nocache;