Skip to content

Instantly share code, notes, and snippets.

@mrkaluzny
Created March 20, 2023 09:25
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 mrkaluzny/0517d3a60ae91201d478833bc15013a1 to your computer and use it in GitHub Desktop.
Save mrkaluzny/0517d3a60ae91201d478833bc15013a1 to your computer and use it in GitHub Desktop.
nginx - cache for static resources
location ~* \.(jpg|jpeg|png|gif|ico|svg|woff|woff2|css|js|webp)$ {
expires 365d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment