How to Serve WebP Images Automatically with NGINX: Complete 2026 Guide
by Danila Vershinin, January 19, 2026
Learn how to automatically serve WebP images with NGINX to supporting browsers while falling back to JPEG/PNG for others. Covers content negotiation, the Vary header, on-the-fly conversion with nginx-module-webp, and the PageSpeed module.
Read More...How to Create a Python Web Service with uWSGI and NGINX on Rocky Linux
by Danila Vershinin,
Learn how to deploy a production-ready Python web service using uWSGI and NGINX on Rocky Linux 9 or AlmaLinux 10. Complete guide covering virtual environments, systemd services, NGINX configuration, performance tuning, and security best practices.
Read More...Using the OWASP Core Rule Set with the NGINX Security Module
by Danila Vershinin, January 18, 2026
Learn how to install and configure the OWASP Core Rule Set (CRS) with NGINX ModSecurity on Rocky Linux, AlmaLinux, and RHEL 9. Protect your web applications from SQL injection, XSS, remote code execution, and other OWASP Top 10 attacks with this comprehensive WAF configuration guide.
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...Tuning NGINX worker_processes: A Deep Dive
by Danila Vershinin, January 15, 2026
Learn how NGINX worker_processes works internally. Understand when to use auto and when manual tuning is better for VPS, containers, and high-memory setups.
Read More...NGINX Honeypot 2.0: Zero-Latency Bot Blocking Without External Scripts
by Danila Vershinin, December 6, 2025
The enterprise approach to IP blacklisting that eliminates shell scripts, sudo, and fcgiwrap. IPSet access module for NGINX is our exclusive closed-source premium package in NGINX Extras modules collection.
Read More...Practical guide: tuning http2_chunk_size in NGINX
by Danila Vershinin, October 5, 2025
Pick the right http2_chunk_size in NGINX without guesswork. This practical guide shows when to use 4k, 8k, or 16k, how frame-size limits affect real clients, and how to apply per-location overrides (including Varnish frontends). Includes rule-of-thumb sizing, config snippets, and tips to balance TTFB, fairness, and bulk throughput.
Read More...How to install the ModSecurity NGINX module in Rocky Linux/AlmaLinux/RHEL 9
by Danila Vershinin, January 25, 2025
Here’s how to easily install ModSecurity for NGINX in Rocky Linux/AlmaLinux/RHEL 9
Read More...