web.config 257 B

12345678
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.webServer>
  4. <staticContent>
  5. <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.00:00:00" />
  6. </staticContent>
  7. </system.webServer>
  8. </configuration>