BuildFeed/BuildFeed/res/Web.config
2016-07-11 17:27:31 +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>