mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
+5
-3
@@ -170,9 +170,10 @@ config NGINX_PROXYPROTOCOL
|
|||||||
bool
|
bool
|
||||||
prompt "Enable HAProxy proxyprotocol"
|
prompt "Enable HAProxy proxyprotocol"
|
||||||
select PACKAGE_nginx-proxyprotocol
|
select PACKAGE_nginx-proxyprotocol
|
||||||
default y
|
select NGINX_SSL
|
||||||
|
default n
|
||||||
help
|
help
|
||||||
Enable support for NAXSI WAF.
|
Enable support for PROXY PROTOCOL
|
||||||
|
|
||||||
config NGINX_SYSLOG
|
config NGINX_SYSLOG
|
||||||
bool
|
bool
|
||||||
@@ -184,7 +185,8 @@ config NGINX_SYSLOG
|
|||||||
|
|
||||||
config NGINX_HTTP_UPSTREAM_CHECK
|
config NGINX_HTTP_UPSTREAM_CHECK
|
||||||
bool
|
bool
|
||||||
|
select NGINX_SSL
|
||||||
prompt "Enable HTTP upstream check module"
|
prompt "Enable HTTP upstream check module"
|
||||||
default y
|
default n
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user