Skip to content

Instantly share code, notes, and snippets.

@soyluismunoz
Last active October 15, 2021 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soyluismunoz/c36b4555bfc2f1be68b3f0153881e8bc to your computer and use it in GitHub Desktop.
Save soyluismunoz/c36b4555bfc2f1be68b3f0153881e8bc to your computer and use it in GitHub Desktop.
#disable dinamic cache in site ground
<IfModule mod_headers.c>
Header set Cache-Control “max-age=0,no-store”
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment