RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
240 stars 214 forks source link

Enhance Console cache busting by disabling cache for root path and index.html #2940

Closed ammendonca closed 6 years ago

ammendonca commented 6 years ago

Currently the resources such as JS and CSS are being cache busted by appending an hash to the filenames, but browsers also cache the root index.html file, which can cause more issues, as they will keep reference to non-existing files and missing the new ones.

We should configure the server to include Cache-Control: no-cache header for such.

ammendonca commented 6 years ago

Completed.