Cache busting URLs with Flask and Nginx
In this post, I'll show you how to effectively override Flask's url_for
function in order to add a timestamp to static asset URLs, as well as setting up Nginx to serve cache busted URLs.
In this post, I'll show you how to effectively override Flask's url_for
function in order to add a timestamp to static asset URLs, as well as setting up Nginx to serve cache busted URLs.