www/nginx: cleanup

This commit is contained in:
Franco Fichtner
2025-09-16 14:57:09 +02:00
parent 99dfc67984
commit 45b48a6aeb
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -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
@@ -43,4 +43,4 @@ class M1_35_1 extends BaseModelMigration
// run default migration actions
parent::run($model);
}
}
}