aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 4 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index b15e407e6b1e..8b46dd1872c9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,11 +9,12 @@ you update your ports collection, before attempting any port upgrades.
AFFECTS: users of www/nginx-devel
AUTHOR: osa@FreeBSD.org
- Dynamic modules support has been enabled for the dynamic_upstream
- third-party module, in case of usage of this module please update nginx
- configuration file for load this module:
+ Dynamic modules support has been enabled for the following third-party
+ modules, in case of usage of these modules please update nginx
+ configuration file for load these modules:
load_module "modules/ngx_dynamic_upstream_module.so";
+ load_module "modules/ngx_http_small_light_module.so";
20160214:
AFFECTS: users of www/nginx-devel