BuildFeed/BuildFeed/res/Web.config

9 lines
251 B
Plaintext
Raw Normal View History

2016-07-12 00:27:31 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
</staticContent>
</system.webServer>
</configuration>