NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on May 22, 2014, 01:12:12 PM
-
Hi, I have a few customers for this app. They are running the server in there own cloud VM's
When I ship the app it has a general logo.jpg file which they can replace in the Images directory with their own.
However I noticed that when the do this the old logo still shows up - is it cached in some way?
<div class="nt-top nt-site-header-logo"><img src="images/Logo.jpg"/></div>
In the PageHeaderTag
Brian.
NT 8.11
Cl 9.0
-
yes, it's cached. You can turn off the cache, set a specific minimum size for the cache (smaller than the logo file) or restart the server.
In the medium term I will figure out a way to make the cache "smarter" so it cleans out the cache when the file changes.
cheers
Bruce