Skip to main content

NGINX Redis2 Module: Talk to Redis Directly from NGINX


by Danila Vershinin, February 7, 2026

Learn how to use the NGINX redis2 module to communicate with Redis directly from NGINX. This module implements the Redis 2.0 protocol with support for pipelining, keepalive connections, and all Redis commands. Install it easily on CentOS, RHEL, Rocky Linux, Debian, and Ubuntu via GetPageSpeed repository.

Read More...

NGINX srcache: Transparent Memcached and Redis Caching Layer


by Danila Vershinin, January 30, 2026

Learn how to implement transparent caching in NGINX using the srcache module with memcached or Redis backends. This comprehensive guide covers installation, configuration, cache key strategies, and production-ready examples for Rocky Linux, AlmaLinux, and RHEL systems.

Read More...

NGINX try_files: Complete Guide with Real Examples


by Danila Vershinin,

Master the NGINX try_files directive with this complete guide. Learn syntax, WordPress/Laravel/SPA configurations, performance optimization with open_file_cache, and common mistakes to avoid. Includes production-ready examples validated with gixy.

Read More...

NGINX Browser Caching for Static Files: Cache-Control, Expires & Cache Busting


by Danila Vershinin, January 20, 2026

Master NGINX browser caching for static files with this comprehensive guide. Learn Cache-Control and Expires headers, cache-busting strategies, versioned URLs, and the immutable directive. Includes production-ready configurations tested on RockyLinux 9 and AlmaLinux 10, performance optimizations, CDN integration, and troubleshooting tips.

Read More...

How to enable Varnish Cache on Magento 2 without downtime


by Danila Vershinin, January 16, 2026

Learn how to enable Varnish Cache on Magento 2 without downtime. Step-by-step guide with NGINX sandwich setup, VCL configuration, and zero-downtime traffic switch.

Read More...