Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/src/web.config
Per Ploug Krogslund 7440855c72 merge
2013-11-07 17:16:22 +01:00

8 lines
257 B
XML

<?xml version="1.0"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlCustom="private" cacheControlMode="UseMaxAge" cacheControlMaxAge="3.00:00:00" />
</staticContent>
</system.webServer>
</configuration>