NGINX Active Health Checks Without NGINX Plus
by Danila Vershinin, February 28, 2026
Set up NGINX active health checks that proactively monitor upstream servers with HTTP, TCP, MySQL, FastCGI, SSL, and AJP probes. Included in NGINX-MOD — no NGINX Plus subscription required.
Read More...NGINX Dynamic Upstream: Add & Remove Servers Live
by Danila Vershinin, February 27, 2026
Learn how to dynamically add, remove, and modify NGINX upstream servers at runtime using a REST API — no reload required. NGINX-MOD brings this NGINX Plus feature to open-source NGINX for a fraction of the cost.
Read More...NGINX AWS S3 Proxy: Secure Module Guide
by Danila Vershinin, February 26, 2026
Learn how to use the NGINX AWS auth module to securely proxy requests to Amazon S3 without exposing IAM secret keys on your server. This guide covers installation, configuration, signing key rotation, and security best practices for the ngx_aws_auth module.
Read More...NGINX Auth Hash Module: Secure URL Authentication
by Danila Vershinin,
Learn how to protect files and content with the NGINX auth hash module. This module brings SHA-256, SHA-512, BLAKE2, and other modern hash algorithms to NGINX secure URL authentication, replacing the MD5-only limitation of the built-in secure_link module.
Read More...NGINX Array Variables: Split, Map, and Join Data
by Danila Vershinin, February 25, 2026
Learn how to use the NGINX array variables module to split, map, and join data directly in your NGINX configuration. This module adds array-typed variables for powerful list processing, SQL query building, and dynamic data transformation without external scripting.
Read More...NGINX Access Control Module: Variable-Based Rules
by Danila Vershinin,
The NGINX access control module extends native allow/deny directives beyond IP addresses to any NGINX variable. Build flexible access policies using headers, query parameters, geo data, and custom maps — all evaluated at the access phase without resorting to if-statements.
Read More...NGINX HTTP-FLV Module: Build a Live Streaming Server
by Danila Vershinin, February 24, 2026
Learn how to set up a complete live streaming server with the NGINX HTTP-FLV module. This guide covers installation, HTTP-FLV playback, GOP caching for instant playback, multi-format output (HLS, DASH), stream recording, real-time JSON statistics, access control, and relay for scalable streaming infrastructure.
Read More...NGINX Security Headers Module: Complete Configuration Guide
by Danila Vershinin, February 21, 2026
Configure NGINX security headers the right way with the ngx_security_headers module. This comprehensive guide covers all directives including X-Frame-Options, Referrer-Policy, HSTS, Cross-Origin policies, and automatic header hiding. Includes installation, configuration examples, and security best practices.
Read More...NGINX SXG Module: Signed HTTP Exchanges Guide
by Danila Vershinin, February 18, 2026
Enable Google Search prefetching with the NGINX SXG module. This guide covers installation, configuration, and testing of Signed HTTP Exchanges for instant page loads and improved Core Web Vitals.
Read More...NGINX Markdown Module: Serve Docs from .md Files
by Danila Vershinin, February 15, 2026
Transform Markdown files into HTML pages on-the-fly with the NGINX Markdown module. Eliminate build steps, enable YAML front matter for SEO, and serve documentation sites directly from .md files with GitHub Flavored Markdown support.
Read More...