summaryrefslogtreecommitdiffstats
path: root/docker/chef-solo/cookbooks/Deploy-DCAE/templates/default/https-ini.erb
blob: 9999a4109b128a46b3b5d2de0e32b04cb64610e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ---------------------------------------
# Module: https
--module=https

### HTTPS Connector Configuration

## Connector host/address to bind to
# jetty.https.host=0.0.0.0

## Connector port to listen on
jetty.https.port=<%= @https_port %>

## Connector idle timeout in milliseconds
jetty.https.idleTimeout=30000

## Connector socket linger time in seconds (-1 to disable)
# jetty.https.soLingerTime=-1

## Number of acceptors (-1 picks default based on number of cores)
# jetty.https.acceptors=-1

## Number of selectors (-1 picks default based on number of cores)
# jetty.https.selectors=-1

## ServerSocketChannel backlog (0 picks platform default)
# jetty.https.acceptorQueueSize=0

## Thread priority delta to give to acceptor threads
# jetty.https.acceptorPriorityDelta=0