nginx: upstep to 1.10.0, add Lua module, footprint optimizations

Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
This commit is contained in:
Dirk Feytons
2016-04-29 16:00:50 +02:00
committed by Zoltan HERPAI
parent a387117a2a
commit 0912175ec1
6 changed files with 254 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2010-2012 OpenWrt.org
# Copyright (C) 2010-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -177,4 +177,9 @@ config NGINX_NAXSI
prompt "Enable NAXSI module"
default y
config NGINX_LUA
bool
prompt "Enable Lua module"
default n
endmenu