Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save antonybudianto/5fb28cf9056acf9b5a76d82b8d068953 to your computer and use it in GitHub Desktop.
Save antonybudianto/5fb28cf9056acf9b5a76d82b8d068953 to your computer and use it in GitHub Desktop.
server {
location ~* (serviceworker\.js)$ {
add_header 'Cache-Control' 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
expires off;
proxy_no_cache 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment