Browse Source

Add a default web.config.

For now handle only expires
master
Sébastien Lucas 11 years ago
parent
commit
89c0ab34c6
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      web.config

+ 8
- 0
web.config View 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…
Cancel
Save