Add a default web.config.

For now handle only expires
This commit is contained in:
Sébastien Lucas 2013-07-04 15:20:03 +02:00
父節點 c56cecb382
當前提交 89c0ab34c6
共有 1 個文件被更改,包括 8 次插入0 次删除

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>