Skip to content

Commit

Permalink
Change as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani Pawar authored and Shivani Pawar committed Mar 10, 2024
1 parent bb438d7 commit d0c617b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/routing/routers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,8 @@ The [supported `provider` table](../../https/acme.md#providers) indicates if the

### General

In case of non-TLS Entrypoint, both HTTP routers and TCP routers listen to the same EntryPoint, the TCP routers will apply *before* the HTTP routers.
In case of TLS Entrpoint, both HTTPS and TCP-TLS routers listen to the same EntryPoint, the HTTPS routers will apply *before* the TCP-TLS routers.
For non-TLS connections, if HTTP and TCP routers listen on the same EntryPoint, the TCP routers will apply *before* the HTTP routers.
For TLS connections, if HTTPS and TCP-TLS routers listen on the same EntryPoint, the HTTPS routers will apply *before* the TCP-TLS routers.
If no matching route is found for the TCP routers, then the HTTP routers will take over.

### EntryPoints
Expand Down

0 comments on commit d0c617b

Please sign in to comment.