How Not to Write an NGINX Module: A WebP Case Study
by Danila Vershinin, April 5, 2026
A deep technical analysis of ngx_webp – an NGINX module that converts images to WebP on-the-fly. It works, but violates nearly every principle of NGINX module development. We dissect what went wrong and show how to do it right.
Read More...