www/nginx: add changelog to pkg-descr

This commit is contained in:
Fabian Franz
2018-10-16 19:34:57 +02:00
parent 8b1ebbbcfb
commit 6776a5a17e
+23
View File
@@ -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/