mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/nginx: cleanup
This commit is contained in:
+1
-6
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user