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 5fa518c commit 943db2d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions devops/traefik/traefik.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@
[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 943db2d

Please sign in to comment.