Skip to content

Commit

Permalink
www/nginx: add changelog to pkg-descr
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfrz committed Oct 16, 2018
1 parent 8b1ebbb commit 6776a5a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions www/nginx/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -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/

1 comment on commit 6776a5a

@fichtner
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fabianfrz would you mind adding version 1.0 too for history reference? thanks ❤️

Please sign in to comment.