mirror of
https://github.com/traefik/traefik
synced 2026-02-03 13:30:32 +00:00
doc: use the same entry point name everywhere
This commit is contained in:
committed by
Traefiker Bot
parent
c796cd2250
commit
a4e8d3cb36
@@ -67,7 +67,7 @@ func TestHandler_EntryPoints(t *testing.T) {
|
||||
TrustedIPs: []string{"192.168.1.3", "192.168.1.4"},
|
||||
},
|
||||
},
|
||||
"web-secure": {
|
||||
"websecure": {
|
||||
Address: ":443",
|
||||
Transport: &static.EntryPointsTransport{
|
||||
LifeCycle: &static.LifeCycle{
|
||||
|
||||
Vendored
+1
-1
@@ -37,7 +37,7 @@
|
||||
"192.168.1.40"
|
||||
]
|
||||
},
|
||||
"name": "web-secure",
|
||||
"name": "websecure",
|
||||
"proxyProtocol": {
|
||||
"insecure": true,
|
||||
"trustedIPs": [
|
||||
|
||||
Reference in New Issue
Block a user