mirror of
https://github.com/traefik/traefik.git
synced 2025-11-14 07:11:17 +01:00
Improve redirectScheme documentation
This commit is contained in:
parent
abdb5cc6cb
commit
c52c40f061
@ -208,7 +208,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
redirectScheme:
|
redirectScheme:
|
||||||
# ...
|
# ...
|
||||||
port: 443
|
port: "443"
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml tab="Consul Catalog"
|
```yaml tab="Consul Catalog"
|
||||||
@ -247,5 +247,7 @@ http:
|
|||||||
test-redirectscheme:
|
test-redirectscheme:
|
||||||
redirectScheme:
|
redirectScheme:
|
||||||
# ...
|
# ...
|
||||||
port: 443
|
port: "443"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! info "Port in this configuration is a string, not a numeric value."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user