Is there an easy way to add finishes headers for static content coming from the appharbor site? I have a bunch of images, css and javascript files that don't expire and keep me on yslow.
You can do this in Web.config:
<system.webServer> <staticContent> <clientCache httpExpires="Sun, 29 Mar 2020 00:00:00 GMT" cacheControlMode="UseExpires" /> </staticContent> </system.webServer>
Source: https://habr.com/ru/post/907174/More articles:Make dynamic start icon - androidRSpec test to create a controller action for a nested resource - nestedASP.NET MVC: how to configure web.config for LDAP authentication? - authenticationHow to exclude NewRelic RPM pinger from creating useless database sessions - ruby-on-railsWhat is the difference between large and small chests? - c ++Viewpager: if the page is deleted, the content of the following pages gets the content of the deleted pages - androidwhat does `super ()` in `__new__` do - pythononCreateContextMenu not called - androidWhich third shopping basket can be easily integrated with MODX Revolution? - phpWhat is the difference between document.getElementById ("test"). Value and document.getElementById ("test"). InnerHTML - javascriptAll Articles