We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Apache Traffic Server is a service that caches html pages on our dev, stg and liv sites. It works a level above the web server and Django.
You sometimes may need to clear the cache if you received old version of the html pages but you have since updated the site.
sudo -- sh -c 'service trafficserver stop && traffic_server -C clear && service trafficserver start'