Ignore cache control header

This commit is contained in:
2026-01-26 15:00:55 +01:00
parent 6aa7c63b07
commit c120d7a164

View File

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