// Archive
Migrating from NGINX to Angie on myguard packages is basically copy-paste with a find-and-replace. Same modules, same config syntax, same everything — but with native ACME, a JSON status API, and development by NGINX’s original authors. Here’s the full migration guide, including an automated script.
PageSpeed: A Love Letter to Google’s Golden Goose (And Why It’s Dying) Google PageSpeed Insights was revolutionary. For years, it was THE…
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.
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.