Browse Source

nginx: fix dependence to NGINX_SSL

the upstream_check and proxyprotocol module need NGINX_SSL. So remove them
from default and add the according dependence.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
lilik-openwrt-22.03
Thomas Heil 11 years ago
parent
commit
50862c6c3e
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      net/nginx/Config.in

+ 5
- 3
net/nginx/Config.in View File

@ -170,9 +170,10 @@ config NGINX_PROXYPROTOCOL
bool
prompt "Enable HAProxy proxyprotocol"
select PACKAGE_nginx-proxyprotocol
default y
select NGINX_SSL
default n
help
Enable support for NAXSI WAF.
Enable support for PROXY PROTOCOL
config NGINX_SYSLOG
bool
@ -184,7 +185,8 @@ config NGINX_SYSLOG
config NGINX_HTTP_UPSTREAM_CHECK
bool
select NGINX_SSL
prompt "Enable HTTP upstream check module"
default y
default n
endmenu

Loading…
Cancel
Save