diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 9da0cf112..0b7db7007 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.34 -PLUGIN_REVISION= 5 +PLUGIN_REVISION= 6 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 35f74a4e0..464215e46 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -16,6 +16,7 @@ Plugin Changelog * Remove obsolete http2_push_preload directive * Migrate from the deprecated 'listen … http2' directive to the 'http2' directive * Limit CSP log file size (migration notice: if you want to keep CSP violations logged, you will need to enable logging in the security policy) +* Add basic support for forced caching (contributed by Eirik Øverby) 1.33