1 # ---------------------------------------
6 # HTTP port to listen on
7 https.port=<%= @FE_https_port %>
9 # HTTPS idle timeout in milliseconds
10 jetty.https.idleTimeout=300000
12 # HTTPS Socket.soLingerTime in seconds. (-1 to disable)
13 # https.soLingerTime=-1