Merge pull request #2506 from PeteDuncanson/temp-U4-11074

Added web.config to fonts folder to allow for caching out of the box
This commit is contained in:
Sebastiaan Janssen
2018-08-26 21:26:45 +02:00
committed by GitHub

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
</staticContent>
</system.webServer>
</configuration>