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