Skip to content

Commit

Permalink
Merge pull request #34 from axllent/content-type
Browse files Browse the repository at this point in the history
Cache Content-Type
  • Loading branch information
Damian Mooyman committed Dec 14, 2015
2 parents fa3dcb1 + 4202bb5 commit 1e4f27d
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 1e4f27d

Please sign in to comment.