mirror of
https://github.com/traefik/traefik.git
synced 2025-09-23 14:51:14 +02:00
Update entrypoint.md to add consistent CLI syntax
This commit is contained in:
parent
7243e65b51
commit
ba2d09f6fb
@ -258,7 +258,8 @@ In most scenarios, this entryPoint is the same as the one used for TLS traffic.
|
||||
```
|
||||
|
||||
```bash tab="CLI"
|
||||
--experimental.http3=true --entrypoints.name.http3
|
||||
--experimental.http3=true
|
||||
--entrypoints.name.http3
|
||||
```
|
||||
|
||||
#### `advertisedPort`
|
||||
@ -288,7 +289,8 @@ It can be used to override the authority in the `alt-svc` header, for example if
|
||||
```
|
||||
|
||||
```bash tab="CLI"
|
||||
--experimental.http3=true --entrypoints.name.http3.advertisedport=443
|
||||
--experimental.http3=true
|
||||
--entrypoints.name.http3.advertisedport=443
|
||||
```
|
||||
|
||||
### Forwarded Headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user