2019-07-12 09:10:03 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"address": ":80",
|
|
|
|
"forwardedHeaders": {
|
|
|
|
"insecure": true,
|
|
|
|
"trustedIPs": [
|
|
|
|
"192.168.1.3",
|
|
|
|
"192.168.1.4"
|
|
|
|
]
|
|
|
|
},
|
2020-03-05 11:46:05 +00:00
|
|
|
"http": {},
|
2019-07-12 09:10:03 +00:00
|
|
|
"name": "web",
|
|
|
|
"proxyProtocol": {
|
|
|
|
"insecure": true,
|
|
|
|
"trustedIPs": [
|
|
|
|
"192.168.1.1",
|
|
|
|
"192.168.1.2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transport": {
|
|
|
|
"lifeCycle": {
|
2021-05-06 07:32:04 +00:00
|
|
|
"graceTimeOut": "2ns",
|
|
|
|
"requestAcceptGraceTimeout": "1ns"
|
2019-07-12 09:10:03 +00:00
|
|
|
},
|
|
|
|
"respondingTimeouts": {
|
2021-05-06 07:32:04 +00:00
|
|
|
"idleTimeout": "5ns",
|
|
|
|
"readTimeout": "3ns",
|
|
|
|
"writeTimeout": "4ns"
|
2019-07-12 09:10:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"address": ":443",
|
|
|
|
"forwardedHeaders": {
|
|
|
|
"insecure": true,
|
|
|
|
"trustedIPs": [
|
|
|
|
"192.168.1.30",
|
|
|
|
"192.168.1.40"
|
|
|
|
]
|
|
|
|
},
|
2020-03-05 11:46:05 +00:00
|
|
|
"http": {},
|
2020-01-23 15:36:08 +00:00
|
|
|
"name": "websecure",
|
2019-07-12 09:10:03 +00:00
|
|
|
"proxyProtocol": {
|
|
|
|
"insecure": true,
|
|
|
|
"trustedIPs": [
|
|
|
|
"192.168.1.10",
|
|
|
|
"192.168.1.20"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transport": {
|
|
|
|
"lifeCycle": {
|
2021-05-06 07:32:04 +00:00
|
|
|
"graceTimeOut": "20ns",
|
|
|
|
"requestAcceptGraceTimeout": "10ns"
|
2019-07-12 09:10:03 +00:00
|
|
|
},
|
|
|
|
"respondingTimeouts": {
|
2021-05-06 07:32:04 +00:00
|
|
|
"idleTimeout": "50ns",
|
|
|
|
"readTimeout": "30ns",
|
|
|
|
"writeTimeout": "40ns"
|
2019-07-12 09:10:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-05-06 07:32:04 +00:00
|
|
|
]
|