Tech Blog

Web development tips, tricks and tutorials for web developers of all levels.

NGINX cache based on cookies

If you have a website where it is possible to serve multiple versions of the site using the same URL, you may run into problems where NGINX returns from cache the incorrect version. For example, if your site has multiple themes or you use browser user agent sniffing to provide different content to users.

Read more