Skip to content

Commit

Permalink
Improve redirectScheme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomcej authored May 14, 2020
1 parent abdb5cc commit c52c40f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/content/middlewares/redirectscheme.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ metadata:
spec:
redirectScheme:
# ...
port: 443
port: "443"
```

```yaml tab="Consul Catalog"
Expand Down Expand Up @@ -247,5 +247,7 @@ http:
test-redirectscheme:
redirectScheme:
# ...
port: 443
port: "443"
```

!!! info "Port in this configuration is a string, not a numeric value."

0 comments on commit c52c40f

Please sign in to comment.