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 Stream Monitoring with the Stream STS Module
by Danila Vershinin, March 27, 2026
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 RTMP Module: Build a Live Streaming Server
by Danila Vershinin, March 20, 2026
Learn how to build a complete live streaming server with the NGINX RTMP module. This comprehensive guide covers installation, RTMP ingest, HLS and DASH output, stream recording, push/pull relay, access control, HTTP callbacks, exec hooks, the control API, custom logging, and production performance tuning.
Read More...NGINX Push Stream Module: Real-Time Pub/Sub Guide
by Danila Vershinin, March 18, 2026
Learn how to set up real-time push notifications and pub/sub messaging in NGINX using the push stream module. Supports WebSocket, EventSource (SSE), long polling, and streaming — no external message broker required.
Read More...NGINX ZeroMQ Log Module: Real-Time Log Streaming Over ZMQ
by Danila Vershinin, March 14, 2026
Learn how to stream NGINX access logs in real time using the ZeroMQ (ZMQ) log module. Configure asynchronous, non-blocking log delivery over TCP or IPC to build powerful log processing pipelines.
Read More...Kaltura NGINX Module for Live Streaming
by Danila Vershinin, March 12, 2026
Install and configure the Kaltura NGINX module for distributed live video streaming. Covers all 11 modules in the media-framework package: RTMP ingestion, KMP segmentation, HLS/LLHLS/DASH packaging, closed captions, encryption, and the REST API for channel management.
Read More...NGINX Reverse Proxy Ollama: Host Your Own Free LLM
by Danila Vershinin, February 25, 2026
Run your own ChatGPT alternative for free with Ollama or vLLM behind NGINX. This guide covers streaming-safe proxy configuration, authentication, rate limiting, and SELinux fixes for RHEL — all tested with real inference.
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 Nchan: Build Real-Time Apps Without Node.js
by Danila Vershinin, January 30, 2026
Learn how to build real-time web applications using NGINX Nchan module. This comprehensive guide covers WebSocket, Server-Sent Events, and long-polling implementations for chat systems and push notifications—all without Node.js.
Read More...