Created
September 3, 2014 07:32
-
-
Save DavidDeSloovere/632db9e0b768a5458d5c to your computer and use it in GitHub Desktop.
Add caching for favicon in web.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<location path="favicon.ico"> | |
<system.webServer> | |
<staticContent> | |
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="90.00:00:00" /> | |
</staticContent> | |
</system.webServer> | |
</location> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment