mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649571 13f79535-47bb-0310-9956-ffa450edef68
20 lines
285 B
Modula-2
20 lines
285 B
Modula-2
#
|
|
# 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
|
|
|