www/nginx: add release note for nginx autoban feature

This commit is contained in:
Fabian Franz
2021-02-21 23:21:56 +01:00
parent c9e718f6c8
commit 4b7238cbc2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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)