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
|
jetty.https.port=8443
|
||||||
|
|
||||||
|
EXCLUDE=spdy
|
||||||
|
|
||||||
DEFINE=https
|
DEFINE=https
|
||||||
OPTION=https
|
OPTION=https
|
||||||
DEPEND=ssl
|
DEPEND=ssl
|
|
@ -2,7 +2,9 @@
|
||||||
# SPDY Connector
|
# SPDY Connector
|
||||||
#-----------------------------------------------------------
|
#-----------------------------------------------------------
|
||||||
|
|
||||||
jetty.spdy.port=8444
|
jetty.spdy.port=8443
|
||||||
|
|
||||||
|
EXCLUDE=https
|
||||||
|
|
||||||
OPTION=spdy
|
OPTION=spdy
|
||||||
DEPEND=npn,ssl
|
DEPEND=npn,ssl
|
Loading…
Reference in New Issue