Hi All,
We are running Plesk Onyx 17 on Windows server 2016 with IIS10 - and as per the attached image, we are getting intermittent issues where Static Content fails to load. If we reload the page, most times the images load successfully.
I have seen this issue before on a Server 2012 instance - the fix in that scenario was to add this to the web.config file:
...
Static Content intermittantly not being served
We are running Plesk Onyx 17 on Windows server 2016 with IIS10 - and as per the attached image, we are getting intermittent issues where Static Content fails to load. If we reload the page, most times the images load successfully.
I have seen this issue before on a Server 2012 instance - the fix in that scenario was to add this to the web.config file:
Code:
<system.Webserver> <staticContent> <clientCache cacheControlMode="NoControl" /> </staticContent> </system.Webserver>
Static Content intermittantly not being served