www/nginx: version bump

This commit is contained in:
Fabian Franz
2020-01-01 16:02:14 +01:00
parent b0e6d41a52
commit 3838b65e6b
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= nginx
PLUGIN_VERSION= 1.16
PLUGIN_VERSION= 1.17
PLUGIN_COMMENT= Nginx HTTP server and reverse proxy
PLUGIN_DEPENDS= nginx
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
+4
View File
@@ -8,6 +8,10 @@ reuse, SSL offload and HTTP media streaming.
Plugin Changelog
================
1.17
* allow to set worker_processes and worker_connections (contributed by ibanezbass in #1621)
1.16
* advanced buffering configuration in location (#1575)