www/nginx: update changelog

This commit is contained in:
Franco Fichtner
2021-04-20 11:05:40 +02:00
parent 228ea71fc8
commit 90c8a662d9
2 changed files with 13 additions and 4 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= nginx
PLUGIN_VERSION= 1.21
PLUGIN_REVISION= 3
PLUGIN_VERSION= 1.22
PLUGIN_COMMENT= Nginx HTTP server and reverse proxy
PLUGIN_DEPENDS= nginx
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
+12 -2
View File
@@ -5,9 +5,21 @@ NGINX functionality includes HTTP server, HTTP and mail reverse proxy, caching,
load balancing, compression, request throttling, connection multiplexing and
reuse, SSL offload and HTTP media streaming.
WWW: https://nginx.org/
Plugin Changelog
================
1.22
* Add X-Forwarded-Port and X-Forwarded-Host headers (contributed by Carlos Cesario)
* Fix wrong stream server CA filename (contributed by Ingo Theiss)
* Fix proxy_ssl_name and add hook (contributed by kulikov-a)
* Apply loadbalancing for UDP (contributed by Thomas Laubrock)
* Naxsi whitelist improvements (contributed by Manuel Faux)
* Grid view improvements (contributed by Manuel Faux)
* Minor fixes in setup.php (contributed by kulikov-a)
1.21
* fix performance issue with autoban feature (contributed by jkellerer)
@@ -164,5 +176,3 @@ Plugin Changelog
* add experimental support to handle the web interface (can only be enabled via CLI)
* add WAF (NAXSI) support
* add Authentication support
WWW: https://nginx.org/