1
0
Fork 0

Entry point redirection and default routers configuration

Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
This commit is contained in:
Traefiker Bot 2020-03-05 12:46:05 +01:00 committed by GitHub
parent 93a7af270f
commit a6040c623b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 1016 additions and 126 deletions

View file

@ -1,4 +1,5 @@
{
"address": ":81",
"http": {},
"name": "bar"
}

View file

@ -1,22 +1,27 @@
[
{
"address": ":14",
"http": {},
"name": "ep14"
},
{
"address": ":15",
"http": {},
"name": "ep15"
},
{
"address": ":16",
"http": {},
"name": "ep16"
},
{
"address": ":17",
"http": {},
"name": "ep17"
},
{
"address": ":18",
"http": {},
"name": "ep18"
}
]

View file

@ -1,6 +1,7 @@
[
{
"address": ":82",
"http": {},
"name": "web2"
}
]

View file

@ -8,6 +8,7 @@
"192.168.1.4"
]
},
"http": {},
"name": "web",
"proxyProtocol": {
"insecure": true,
@ -37,6 +38,7 @@
"192.168.1.40"
]
},
"http": {},
"name": "websecure",
"proxyProtocol": {
"insecure": true,