mirror of
https://github.com/traefik/traefik.git
synced 2026-05-05 20:36:20 +02:00
Fix bad address syntax in Global HTTP to HTTPS redirection v2 TOML
This commit is contained in:
parent
5c8d386881
commit
332c314d53
@ -370,13 +370,13 @@ To apply a redirection:
|
||||
## static configuration
|
||||
|
||||
[entryPoints.web]
|
||||
address = 80
|
||||
address = ":80"
|
||||
[entryPoints.web.http.redirections.entryPoint]
|
||||
to = "websecure"
|
||||
scheme = "https"
|
||||
|
||||
[entryPoints.websecure]
|
||||
address = 443
|
||||
address = ":443"
|
||||
```
|
||||
|
||||
```yaml tab="File (YAML)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user