Compare commits
2 Commits
d639c3b3e2
...
55554fb6b8
| Author | SHA1 | Date | |
|---|---|---|---|
| 55554fb6b8 | |||
| b401e5a937 |
12
public/web.config
Normal file
12
public/web.config
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<location path="index.html">
|
||||||
|
<system.webServer>
|
||||||
|
<httpProtocol>
|
||||||
|
<customHeaders>
|
||||||
|
<add name="Cache-Control" value="no-cache, no-store, must-revalidate" />
|
||||||
|
</customHeaders>
|
||||||
|
</httpProtocol>
|
||||||
|
</system.webServer>
|
||||||
|
</location>
|
||||||
|
</configuration>
|
||||||
Loading…
Reference in New Issue
Block a user