Prevent stale web shell caching #2

Open
loewy wants to merge 1 commits from loewy/fix-stale-web-shell-cache into master

View File

@@ -82,7 +82,9 @@
gzip_static on;
root ${staticAssetsPath};
try_files $uri $uri/ /index.html;
add_header Cache-Control "no-cache, must-revalidate";
etag off;
if_modified_since off;
add_header Cache-Control "no-store" always;
}
}
}