Skip to content

Instantly share code, notes, and snippets.

@bootjp
Created September 30, 2014 04:53
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 bootjp/489c7853c312755dcd83 to your computer and use it in GitHub Desktop.
Save bootjp/489c7853c312755dcd83 to your computer and use it in GitHub Desktop.
Nginxのブラウザキャッシュ
if ($request_uri ~* "(png|jpg$|css|js)") {
expires 7d;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment