Skip to content

Instantly share code, notes, and snippets.

@shibbirweb
Created July 14, 2020 19:42
Show Gist options
  • Select an option

  • Save shibbirweb/0947a934f90acad36f1a5d945c0c6dc5 to your computer and use it in GitHub Desktop.

Select an option

Save shibbirweb/0947a934f90acad36f1a5d945c0c6dc5 to your computer and use it in GitHub Desktop.
Set file cache with expire time in Apache server
#Create filter to match files you want to cache
# 3 HOUR
<FilesMatch "\.(txt|xml|js|css)$">
Header set Cache-Control "max-age=10800"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment