This repository was archived by the owner on Dec 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathdefault-config.json
68 lines (68 loc) · 1.9 KB
/
default-config.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"daemon": false,
"workers": 1,
"restart_timeout": 250,
"master_ipc": false,
"log": {
"level": "info",
"facility": "user",
"stdio": true,
"syslog": false
},
"availability": {
"death_timeout": 1000,
"revive_interval": 2500,
"retry_interval": 250,
"max_retries": 5
},
"frontend": {
"port": 1443,
"host": "0.0.0.0",
"keepalive": 3600,
"security": "ssl23",
"server_preference": true,
"max_send_fragment": 1400,
"allow_half_open": false,
"npn": ["http/1.1", "http/1.0"],
"ciphers": "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA256:DHE-RSA-AES256-GCM-SHA256:ECDHE-ECDSA-AES256-SHA256:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES128-SHA:DES-CBC3-SHA",
"ecdh": null,
"dh": null,
"cert": "keys/cert.pem",
"key": "keys/key.pem",
"passphrase": null,
"ticket_key": null,
"ticket_timeout": 3600,
"ticket_rotate": 3600,
"request_cert": false,
"optional_cert": false,
"ca": null,
"reneg_window": 600,
"reneg_limit": 0
},
"balance": "roundrobin",
"user": null,
"group": null,
"backend": [{
"port": 8000,
"host": "127.0.0.1",
"keepalive": 3600,
"proxyline": false,
"x-forward": false
}],
"sni": {
"enabled": false,
"port": 9000,
"host": "127.0.0.1",
"url": "/bud/sni/%s"
},
"stapling": {
"enabled": false,
"port": 9000,
"host": "127.0.0.1",
"url": "/bud/stapling/%s"
},
"contexts": [],
"tracing": {
"dso": []
}
}