414635 Modular start.d and jetty.base property
Made https and spdy mutually exclusive
This commit is contained in:
parent
21e7b67cc7
commit
dcf98fd675
|
@ -5,6 +5,8 @@
|
|||
|
||||
jetty.https.port=8443
|
||||
|
||||
EXCLUDE=spdy
|
||||
|
||||
DEFINE=https
|
||||
OPTION=https
|
||||
DEPEND=ssl
|
|
@ -2,7 +2,9 @@
|
|||
# SPDY Connector
|
||||
#-----------------------------------------------------------
|
||||
|
||||
jetty.spdy.port=8444
|
||||
jetty.spdy.port=8443
|
||||
|
||||
EXCLUDE=https
|
||||
|
||||
OPTION=spdy
|
||||
DEPEND=npn,ssl
|
Loading…
Reference in New Issue