diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index 1e1b28218..330255d09 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -5,15 +5,9 @@ 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. -WWW: https://nginx.org/ - Plugin Changelog ================ -1.35_1 - -* Hotfix: change ban_ttl default value to avoid unintentional system slowdown - 1.35 * Global options sendfile directive typo fix @@ -23,6 +17,7 @@ Plugin Changelog * Add Variables hashes size support * Add proxy_cache_valid directive support with response codes and multiple selection options * Clean up model definition file +* Change ban_ttl default value to avoid unintentional system slowdown 1.34 diff --git a/www/nginx/src/opnsense/mvc/app/models/OPNsense/Nginx/Migrations/M1_35_1.php b/www/nginx/src/opnsense/mvc/app/models/OPNsense/Nginx/Migrations/M1_35_1.php index cc243dc12..8f545c7fb 100644 --- a/www/nginx/src/opnsense/mvc/app/models/OPNsense/Nginx/Migrations/M1_35_1.php +++ b/www/nginx/src/opnsense/mvc/app/models/OPNsense/Nginx/Migrations/M1_35_1.php @@ -43,4 +43,4 @@ class M1_35_1 extends BaseModelMigration // run default migration actions parent::run($model); } -} \ No newline at end of file +}