Skip to content

Instantly share code, notes, and snippets.

@descovi
Last active April 23, 2019 15:06
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 descovi/da964c7ea589618c84e78a432c42a61a to your computer and use it in GitHub Desktop.
Save descovi/da964c7ea589618c84e78a432c42a61a to your computer and use it in GitHub Desktop.
nginx cache - errato (include anche .json) - appunto per giacomo configurazione nginx
location ~* \.(png|jpg|jpeg|js|css|svg) {
expires max;
gzip_static on;
add_header Cache-Control public;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment