BuildFeed/BuildFeed/content/Web.config
2015-09-12 23:56:15 +01:00

9 lines
251 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
</staticContent>
</system.webServer>
</configuration>