Skip to content

Commit

Permalink
Cache Content-Type
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Dec 14, 2015
1 parent fa3dcb1 commit 4202bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config/dynamiccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ DynamicCache:
# Determines which headers should also be cached. X-Include-CSS and other relevant
# headers can be essential in instructing the front end to include specific
# resource files
cacheHeaders: '/^(X\-)|(Cache\-Control)|(Etag)|(Expires)|(Last\-Modified)|(Location)/i'
cacheHeaders: '/^(X\-)|(Content\-Type)|(Cache\-Control)|(Etag)|(Expires)|(Last\-Modified)|(Location)/i'
# If you wish to override the cache configuration, then change this to another
# backend, and initialise a new SS_Cache backend in your _config file
cacheBackend: 'DynamicCache'
Expand Down

0 comments on commit 4202bb5

Please sign in to comment.