Add a default web.config.
For now handle only expires
This commit is contained in:
parent
c56cecb382
commit
89c0ab34c6
8
web.config
Normal file
8
web.config
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="14.00:00:00" />
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</configuration>
|
Loading…
Reference in a new issue