diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index 3f1a716e4..f25d2e3f1 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -5,4 +5,27 @@ 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. +Plugin Changelog +================ + + +v1.2 + +* add limiter support +* add permanent ban feature (use alias in firewall rules) +* add caching feature (local file system) +* add path prefix support (contributed by @ccesario ) +* add port to upstream server table +* add support to download waf rules +* improvement: export full chain instead of only the server certificate (fixes some issues with some tools which need it) +* web interface (allow HTTP/2 server push to increase performance) +* support for (secure) web sockets in reverse proxy mode +* bugfix: fix issues with multiple hostnames (IPv6 issues with TLS SNI by @ccesario ) +* bugfix: warning in certificate rendering + +v1.1 + +* add log viewer + + WWW: https://nginx.org/