Django Nginx Cache | Vary Header | Header Directives

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

What an explanation. I can't believe this content is available at free of cost. I will definitely donate from my end

vikashgauravvkg
Автор

Thanks, Zander. I appreciate this nginx tutorial series. 🤛 For the caching stuff I will need some additional practice and reading, but this was a helpful introduction to the topic. I'm currently digging into nginx and django to use it for python web projects. Sure gonna finish this playlist asap.

MarkusEicher
Автор

Hey! Would be intresting to see similiar tutorial about Caddy or Traefik with docker

nateriver
Автор

Thx for useful info. Could you elaborate on precautions against cache poisoning attack?

farmwl
Автор

Nginx not creating any cache in the path specified so the pages are not cached in my Django project, any idea on why that's happening?

LryuzakiLN
Автор

Will you please provide this lucid design. It'll be very helpful. 🙂

njmsaikat