Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save miguelzetina/0abe07fc62f06dcd3546ce375d944b51 to your computer and use it in GitHub Desktop.
Save miguelzetina/0abe07fc62f06dcd3546ce375d944b51 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