Skip to content

Instantly share code, notes, and snippets.

@joeworkman
Last active January 23, 2026 06:57
Show Gist options
  • Select an option

  • Save joeworkman/4349c9a3034b829a8626de9867f5536e to your computer and use it in GitHub Desktop.

Select an option

Save joeworkman/4349c9a3034b829a8626de9867f5536e to your computer and use it in GitHub Desktop.
Disable html doc caching in Apache config
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType text/html "access plus 0 seconds"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment