diff --git a/docker/nginx.conf b/docker/nginx.conf index d4c95e8..d06adde 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -97,6 +97,8 @@ http { # Cache these responses too proxy_cache takahe; + # Cache after a single request + proxy_cache_min_uses 1; proxy_cache_key $takahe_realuri; proxy_cache_valid 200 304 720h; proxy_cache_valid 301 307 12h;