Skip to content

Commit

Permalink
cut https redirect from middleware.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Nov 7, 2019
1 parent aea1463 commit 51dd8d3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions traefik-docker/configs/traefik.conf.d/middleware.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


########################################################################################################################
# Redirect configuration
# Header configuration
########################################################################################################################

[http.middlewares]
Expand All @@ -20,8 +20,4 @@
STSPreload=true
browserXSSFilter=true
contentTypeNosniff=true
frameDeny=true

[http.middlewares.https_redirect.redirectscheme]
permanent=true
scheme = "https"
frameDeny=true

0 comments on commit 51dd8d3

Please sign in to comment.