Sha256: b59df1c5c0e265aa68993501ec0f2b47b99be3134a9912ff2ba6a1f26f539218
Contents?: true
Size: 693 Bytes
Versions: 28
Compression:
Stored size: 693 Bytes
Contents
<% if fetch(:proxy_cache_rails) %> # cache rails actions (need public header) proxy_cache <%= fetch(:proxy_cache_rails_name) %>; proxy_cache_lock on; <% if fetch(:proxy_cache_rails_200) %> proxy_cache_valid 200 302 <%= fetch(:proxy_cache_rails_200) %>; <% end %> <% if fetch(:proxy_cache_rails_404) %> proxy_cache_valid 404 <%= fetch(:proxy_cache_rails_404) %>; <% end %> proxy_cache_use_stale <%= Array( fetch(:proxy_cache_rails_stale) ).join(" ") %>; proxy_ignore_headers Set-Cookie; proxy_cache_bypass $http_bypass_proxy; add_header X-Cache-Status $upstream_cache_status; <% end %>
Version data entries
28 entries across 28 versions & 1 rubygems