Skip to content

Commit

Permalink
Change default cache lifetime to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Nov 20, 2024
1 parent 8dabed3 commit 5a02ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docroot/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AddType application/octet-stream .rte
ExpiresByType font/woff A31536000
ExpiresByType font/woff2 A31536000
# Cache all files for 1 year after access.
ExpiresDefault "access plus 1 year"
ExpiresDefault "access plus 30 minutes"

<FilesMatch \.php$>
# Do not allow PHP scripts to be cached unless they explicitly send cache
Expand Down

0 comments on commit 5a02ff2

Please sign in to comment.