return 404;
}
-<% for i in 0..13 do %>
+<% for i in 0..14 do %>
<% if i == 0 -%>
# Default Fallback Location Handler (lowest)
location / {
# If in cache as stale, serve stale and update in background
proxy_cache_background_update on;
proxy_cache_min_uses 8;
+
+ add_header X-Nginx-Cache-Status $upstream_cache_status;
<% end -%>
# Set a QoS cookie if none presented (uses nginx Map)