a6040c623b
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com> Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
62 lines
No EOL
974 B
JSON
62 lines
No EOL
974 B
JSON
[
|
|
{
|
|
"address": ":80",
|
|
"forwardedHeaders": {
|
|
"insecure": true,
|
|
"trustedIPs": [
|
|
"192.168.1.3",
|
|
"192.168.1.4"
|
|
]
|
|
},
|
|
"http": {},
|
|
"name": "web",
|
|
"proxyProtocol": {
|
|
"insecure": true,
|
|
"trustedIPs": [
|
|
"192.168.1.1",
|
|
"192.168.1.2"
|
|
]
|
|
},
|
|
"transport": {
|
|
"lifeCycle": {
|
|
"graceTimeOut": 2,
|
|
"requestAcceptGraceTimeout": 1
|
|
},
|
|
"respondingTimeouts": {
|
|
"idleTimeout": 5,
|
|
"readTimeout": 3,
|
|
"writeTimeout": 4
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"address": ":443",
|
|
"forwardedHeaders": {
|
|
"insecure": true,
|
|
"trustedIPs": [
|
|
"192.168.1.30",
|
|
"192.168.1.40"
|
|
]
|
|
},
|
|
"http": {},
|
|
"name": "websecure",
|
|
"proxyProtocol": {
|
|
"insecure": true,
|
|
"trustedIPs": [
|
|
"192.168.1.10",
|
|
"192.168.1.20"
|
|
]
|
|
},
|
|
"transport": {
|
|
"lifeCycle": {
|
|
"graceTimeOut": 20,
|
|
"requestAcceptGraceTimeout": 10
|
|
},
|
|
"respondingTimeouts": {
|
|
"idleTimeout": 50,
|
|
"readTimeout": 30,
|
|
"writeTimeout": 40
|
|
}
|
|
}
|
|
}
|
|
] |