diff --git a/www/nginx/Makefile b/www/nginx/Makefile index c9df402b3..4964118c0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.20 +PLUGIN_VERSION= 1.21 PLUGIN_REVISION= 2 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index 7940a9828..f4dc18e6a 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -8,6 +8,10 @@ reuse, SSL offload and HTTP media streaming. Plugin Changelog ================ +1.21 + +* fix performance issue with autoban feature (contributed by jkellerer) + 1.20 * User interface improvements of NAXSI configuration (contributed by 8191)