Skip to main content

NGINX Traffic Accounting Module: Real-Time Metrics


by Danila Vershinin, March 28, 2026

Learn how to monitor NGINX traffic metrics in real time with the traffic accounting module. Get per-location request counts, bandwidth usage, latency, and HTTP status breakdowns — all aggregated in memory with minimal CPU and memory overhead, no log parsing required.

Read More...

NGINX TeslaGov JWT Module: Claim Forwarding


by Danila Vershinin,

Learn how to authenticate API requests and forward JWT claims to backend services using the NGINX TeslaGov JWT module. Covers installation, HMAC and RSA key configuration, cookie-based auth for SPAs, login redirects, and claim extraction to request, response, and NGINX variables.

Read More...

NGINX Stream Upsync: Dynamic TCP/UDP via Consul


by Danila Vershinin, March 27, 2026

Learn how to dynamically manage NGINX stream (TCP/UDP) backends using the stream-upsync module with Consul or etcd service discovery. Add, remove, and update backend servers without reloading NGINX.

Read More...

NGINX Stream Monitoring with the Stream STS Module


by Danila Vershinin,

Learn how to monitor NGINX stream (TCP/UDP) traffic with the Stream Server Traffic Status module. Get real-time connection metrics, upstream health data, and Prometheus-compatible output for your TCP/UDP load balancers and proxies.

Read More...

NGINX Stream Lua Module: Programmable TCP/UDP Processing


by Danila Vershinin,

Learn how to use the NGINX stream lua module to add programmable logic to TCP and UDP traffic. This guide covers installation, configuration, cosockets, shared dictionaries, rate limiting, protocol detection, and custom load balancing with Lua in the NGINX stream subsystem.

Read More...

NGINX StatsD Module: Metrics to Graphite and Datadog


by Danila Vershinin, March 25, 2026

Learn how to send real-time NGINX metrics — request counts, response times, and custom counters — directly to StatsD, Graphite, and Datadog using the nginx-module-statsd dynamic module. Includes installation, configuration, and production best practices.

Read More...

NGINX SRT Module: Low-Latency Live Streaming


by Danila Vershinin, March 24, 2026

Learn how to use the NGINX SRT module to build a low-latency live streaming gateway. This guide covers SRT-to-TCP and TCP-to-SRT proxying, AES encryption, stream ID routing, JSON logging, performance tuning, and complete configuration reference with tested examples.

Read More...

NGINX Kerberos Authentication: Enterprise SSO with SPNEGO


by Danila Vershinin, March 23, 2026

Learn how to configure NGINX Kerberos authentication with the SPNEGO module for transparent Single Sign-On in Active Directory environments. Complete guide covering installation, keytab setup, principal authorization, credential delegation, and security best practices.

Read More...

NGINX Small Light Module: Dynamic Image Transformation Guide


by Danila Vershinin,

Learn how to use the NGINX small light module for on-the-fly image transformation. This guide covers installation, configuration, performance tuning with JPEG hinting, and production deployment strategies for dynamic image resizing, format conversion, and optimization.

Read More...

NGINX SlowFS Cache: Accelerate Static File Serving


by Danila Vershinin, March 22, 2026

The NGINX SlowFS Cache module accelerates static file serving by caching content from slow storage (NFS, SATA) to fast local disks. Learn how to install, configure, and optimize slowfs_cache for production NGINX servers.

Read More...