Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save osvaldasvalutis/ec9ab616aab11d60eba2e80fd062f77b to your computer and use it in GitHub Desktop.
Save osvaldasvalutis/ec9ab616aab11d60eba2e80fd062f77b 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;
}
}
@m1m1s1ku
Copy link

Just what i needed, genius !

@androidfanatic
Copy link

Works like a charm.

@vkuprin
Copy link

vkuprin commented Nov 23, 2019

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment