Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 655630e0e124c690d2477ea5b75773849a361512 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# Jetty HTTPS Connector
#

DEPEND=ssl

etc/jetty-https.xml

INI=https.port=8443
INI=https.timeout=30000

Back to the top