nginx: add http_sub_module and other fix

Someone requested this module to be included, so create the config flag for it.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith
2018-07-17 21:44:31 +02:00
parent 4474f91eea
commit 8174576cdb
3 changed files with 15 additions and 2 deletions
+5
View File
@@ -202,6 +202,11 @@ config NGINX_HTTP_SECURE_LINK
prompt "Enable HTTP secure link module"
default n
config NGINX_HTTP_SUB
bool
prompt "Enable HTTP sub module"
default n
config NGINX_HEADERS_MORE
bool
prompt "Enable Headers_more module"