8 lines
257 B
XML
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> |