Disable caching for cellOutputViewer.html (#829)
This commit is contained in:
parent
cb1d60cc90
commit
6d03cec139
14
web.config
14
web.config
|
@ -42,6 +42,13 @@
|
|||
</staticContent>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<location path="cellOutputViewer.html">
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
<clientCache cacheControlMode="DisableCache" />
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<location path="config.json">
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
|
@ -63,6 +70,13 @@
|
|||
</staticContent>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<location path="mpac/cellOutputViewer.html">
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
<clientCache cacheControlMode="DisableCache" />
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<location path="mpac/config.json">
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
|
|
Loading…
Reference in New Issue