Skip to content

Commit a6ee4ce

Browse files
authored
Revert web entrypoint to http in example configs
1 parent 894c2b8 commit a6ee4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/consul.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ If TraefikConsulProxy is used as an externally managed service, then make sure y
157157
[api]
158158

159159
# the public port where traefik accepts http requests
160-
[entryPoints.web]
160+
[entryPoints.http]
161161
address = ":8000"
162162

163163
# the port on localhost where the traefik api should be found
@@ -233,7 +233,7 @@ This is an example setup for using JupyterHub and TraefikConsulProxy managed by
233233
[api]
234234

235235
# the public port where traefik accepts http requests
236-
[entryPoints.web]
236+
[entryPoints.http]
237237
address = ":8000"
238238

239239
# the port on localhost where the traefik api should be found

0 commit comments

Comments
 (0)