blob: f8ca5252b011b7e466dc336ea6a92a03f0a5116f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ---------------------------------------
# Module: https
--module=https
## HTTPS Configuration
# HTTP port to listen on
https.port=<%= @FE_https_port %>
# HTTPS idle timeout in milliseconds
jetty.https.idleTimeout=300000
# HTTPS Socket.soLingerTime in seconds. (-1 to disable)
# https.soLingerTime=-1
|