From 90c8a662d91369fe056393bddf30906340bb1fed Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 20 Apr 2021 11:05:40 +0200 Subject: [PATCH] www/nginx: update changelog --- www/nginx/Makefile | 3 +-- www/nginx/pkg-descr | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 28fcf5bbe..fb7fab07a 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -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 diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index f4dc18e6a..47c9a2a02 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -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/