PageSpeed NGINX Rocky Linux 10: Optimization Guide
by Danila Vershinin, January 28, 2026
Install PageSpeed module for NGINX on Rocky Linux 10 and AlmaLinux 10. Complete guide covering automatic image optimization, CSS/JS minification, lazy loading, and Core Web Vitals improvements.
Read More...Headers More NGINX Rocky Linux 10: Header Control
by Danila Vershinin,
Install the Headers More module for NGINX on Rocky Linux 10 and AlmaLinux 10. Complete guide covering security header hardening, server fingerprint removal, and advanced header manipulation patterns.
Read More...Lua NGINX Module Rocky Linux 10: Scripting Guide
by Danila Vershinin,
Install the Lua NGINX module on Rocky Linux 10 and AlmaLinux 10. Complete guide covering LuaJIT scripting, custom authentication, rate limiting, and API gateway patterns with production-ready configurations.
Read More...GeoIP2 NGINX Rocky Linux 10: Geolocation Guide
by Danila Vershinin,
Install the GeoIP2 module for NGINX on Rocky Linux 10 and AlmaLinux 10. Complete guide covering MaxMind database setup, geographic access control, content localization, and production configuration.
Read More...ModSecurity NGINX Rocky Linux 10: WAF Setup
by Danila Vershinin,
Install ModSecurity WAF for NGINX on Rocky Linux 10 and AlmaLinux 10. Complete guide covering installation, OWASP Core Rule Set configuration, rule tuning, and production-ready WAF setup with SELinux support.
Read More...Brotli NGINX Rocky Linux 10: Installation Guide
by Danila Vershinin,
Learn how to install and configure Brotli compression for NGINX on Rocky Linux 10 and AlmaLinux 10. This complete guide covers installation via GetPageSpeed repository, optimal compression settings, verification, and production-ready configurations.
Read More...NGINX sendfile, tcp_nopush, and tcp_nodelay Explained
by Danila Vershinin, January 27, 2026
Learn how NGINX sendfile, tcp_nopush, and tcp_nodelay work together to optimize static file serving and reduce network latency. This guide covers the kernel-level mechanics, when to enable each directive, and production-ready configurations.
Read More...NGINX Virtual Host: Host Multiple Domains on One Server
by Danila Vershinin,
Learn how to configure NGINX virtual hosts (server blocks) to host multiple domains on one server. This guide covers basic setup, wildcard subdomains, server_name matching, default_server configuration, and SELinux considerations for Rocky Linux and RHEL systems.
Read More...NGINX Timeout Directives: Complete Configuration Guide
by Danila Vershinin, January 26, 2026
Master all NGINX timeout directives including proxy_read_timeout, client_body_timeout, keepalive_timeout, and send_timeout. Learn when to use each, production-ready values, and how to diagnose timeout issues.
Read More...NGINX Proxy Cache & Microcaching: Complete Guide
by Danila Vershinin,
Master NGINX proxy cache and microcaching to achieve up to 400x performance improvement. This comprehensive guide covers proxy_cache_path, proxy_cache_valid, thundering herd prevention with proxy_cache_lock, stale-while-revalidate patterns, and microcaching for dynamic content. Includes production-ready configurations tested on Rocky Linux and AlmaLinux.
Read More...