Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve httpd caching configuration (etags, cache-control) #53

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

jonenst
Copy link
Contributor

@jonenst jonenst commented Dec 8, 2023

  • add cache-control no-cache to force revalidation on all files with static names
  • add cache-control "max-age=31536000, immutable" to all files with hash in their names
  • restore etags on all files except index.html (index.html uses SSI)
  • add FileEtags Digest on mounted files (env.json, idpSettings.json)

- add cache-control no-cache to force revalidation on all files with static names
- add cache-control "max-age=31536000, immutable" to all files with hash in their names
- restore etags on all files except index.html (index.html uses SSI)
- add FileEtags Digest on mounted files (env.json, idpSettings.json)
@jonenst jonenst merged commit 8684ec5 into main Dec 8, 2023
2 checks passed
@jonenst jonenst deleted the improvehttpdcacheconf branch December 8, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant