carbon-components-svelte/docs/includes/header.conf
2020-07-19 11:41:15 -07:00

5 lines
No EOL
115 B
Text

location ~* ((service-worker)\.js)$ {
add_header 'Cache-Control' 'no-store';
expires off;
proxy_no_cache 1;
}