This is an automated email from the ASF dual-hosted git repository.
akuznetsov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 051cc06 IGNITE-11497 Web console: Tuned "index.html" caching options.
051cc06 is described below
commit 051cc0629c3a8a5ad9721ea2e7a8566d72a14c6f
Author: Ilya Borisov <[email protected]>
AuthorDate: Thu Mar 7 22:37:38 2019 +0700
IGNITE-11497 Web console: Tuned "index.html" caching options.
---
modules/web-console/frontend/views/index.pug | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/web-console/frontend/views/index.pug
b/modules/web-console/frontend/views/index.pug
index 6029993..71d5363 100644
--- a/modules/web-console/frontend/views/index.pug
+++ b/modules/web-console/frontend/views/index.pug
@@ -21,6 +21,8 @@ html
meta(http-equiv='content-type' content='text/html; charset=utf-8')
meta(http-equiv='content-language' content='en')
+ meta(http-equiv="Cache-control" content="no-cache, no-store,
must-revalidate")
+ meta(http-equiv="Pragma" content="no-cache")
meta(http-equiv='X-UA-Compatible' content='IE=Edge')
meta(name='viewport' content='width=device-width,
height=device-height, initial-scale=1.0, minimum-scale=1.0')