Django Nginx Cache | Vary Header | Header Directives



Django Nginx Cache | Vary Header | Header Directives

Django Nginx Cache | Vary Header | Header Directives

By the end of this tutorial you will be able to identify the default behaviour of Nginx serving django webpages from cache, understand the relevance of the vary header and its role on cache key generation, configure nginx to ignore specific header data, configure which request headers a cache mechanism should take into account when building its cache key and control how caching is performed using django header directives.

Code Repository
https://github.com/veryacademy/yt-nginx-mastery-series

Comments are closed.