// Archive
Angie is a drop-in replacement for NGINX, maintained by the original NGINX core developers after leaving F5/NGINX Inc. This page compares the…
This guide covers running Angie or NGINX from the myguard repository on Kubernetes — using the myguard Docker images, configuring production Helm…
Angie native ACME: configure free TLS certificates from Let’s Encrypt or any RFC 8555 CA directly in nginx.conf. No Certbot, no cron. Covers basic setup, SAN certificates, staging, HTTP redirect, auto-renewal, and a migration guide from Certbot.
The OpenSSL that ships with your distro handles everything — mail clients, SSH daemons, package managers. That’s the problem. openssl-nginx is a lean, performance-tuned OpenSSL 3.5 built specifically for NGINX and Angie: kTLS offload, faster elliptic curves, hardware entropy, and zero legacy bloat.
A complete expert guide to nginx performance optimization and security hardening on Debian and Ubuntu. Covers HTTP/3, TLS 1.3, brotli, ModSecurity WAF, FastCGI cache, PHP-Snuffleupagus, and the best WordPress plugins — with every directive explained.
Learn how to use the Nginx NJS JavaScript module for JWT authentication, rate limiting, response transformation, and content-based routing at the network edge — with real working examples and full explanations of every directive.
How to use the nginx Lua module (ngx_http_lua) from the myguard repository: install, LuaJIT performance, cosocket I/O, Redis rate limiting, JWT auth, LRU caching, dynamic routing and body transformation. Includes lua-resty library overview and Lua vs NJS comparison.
PHP-Snuffleupagus adds interpreter-level security to PHP-FPM: blocks dangerous functions (exec, system, eval), enforces cookie flags, validates uploads, prevents deserialization attacks and applies per-pool rules. Install guide for PHP 7.0–8.4 on Debian and Ubuntu.
nginx-minimal is a leaner myguard nginx build: same performance flags (HTTP/3, QUIC, -O3, jemalloc), same 50+ dynamic modules, but with 12 static modules removed that most PHP/proxy deployments never use. Ideal for WordPress, API proxies and principle-of-least-privilege setups.
nginx-full (1.22.1-6) unstable; urgency=medium The packages nginx-core, nginx-full, nginx-light, nginx-extras are deprecated.Packages no longer distribute the nginx binary and are replacedby a…