Add a default web.config.

For now handle only expires
Este commit está contenido en:
Sébastien Lucas 2013-07-04 15:20:03 +02:00
padre c56cecb382
commit 89c0ab34c6
Se han modificado 1 ficheros con 8 adiciones y 0 borrados

8
web.config Archivo normal
Ver fichero

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