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