Add a default web.config.

For now handle only expires
このコミットが含まれているのは:
Sébastien Lucas 2013-07-04 15:20:03 +02:00
コミット 89c0ab34c6
1個のファイルの変更8行の追加0行の削除

8
web.config ノーマルファイル
ファイルの表示

@ -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>