Skip to content

Commit

Permalink
start projet
Browse files Browse the repository at this point in the history
  • Loading branch information
acremonezi committed Apr 2, 2022
1 parent 7c4195c commit 5fa518c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions devops/traefik/traefik.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
[entryPoints]
[entryPoints.web]
address = ":80"
[entryPoints.web.http]
[entryPoints.web.http.redirections]
[entryPoints.web.http.redirections.entryPoint]
to = "websecure"
scheme = "https"

#[entryPoints.web.http]
# [entryPoints.web.http.redirections]
# [entryPoints.web.http.redirections.entryPoint]
# to = "websecure"
# scheme = "https"
[entryPoints.websecure]
address = ":443"

Expand Down

0 comments on commit 5fa518c

Please sign in to comment.