mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 14:26:41 -04:00
remove cache-control headers for CSS and JS
This commit is contained in:
@ -8,13 +8,7 @@
|
||||
# Super long cache (one year) for vendored assets:
|
||||
# web fonts, emojis, etc.
|
||||
/vendor/*
|
||||
Cache-Control: max-age=31536000, public, immutable
|
||||
|
||||
# Kinda long cache (one day) for CSS, JS:
|
||||
/css/*
|
||||
Cache-Control: max-age=86400, public, immutable
|
||||
/js/*
|
||||
Cache-Control: max-age=86400, public, immutable
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
# Proper MIME type for Atom feed
|
||||
/*.atom
|
||||
|
Reference in New Issue
Block a user