blob: bd1b718081cc49906a61404bd9b0c97d5f6af7a4 [file] [log] [blame]
#
# Jetty HTTPS Connector
#
[depend]
ssl
[xml]
etc/jetty-https.xml
[ini-template]
## HTTPS Configuration
# HTTP port to listen on
https.port=8443
# HTTPS idle timeout in milliseconds
https.timeout=30000
# HTTPS Socket.soLingerTime in seconds. (-1 to disable)
# https.soLingerTime=-1