소스 검색

http->https redirect

Josh Bicking 2 년 전
부모
커밋
e8b1f8e372
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      traefik-helmchartconfig.yaml

+ 2 - 0
traefik-helmchartconfig.yaml

@@ -21,6 +21,8 @@ spec:
       - "--entrypoints.websecure.http.tls.certResolver=letsencrypt"
       - "--entrypoints.websecure.http.tls.domains[0].main=jibby.org"
       - "--entrypoints.websecure.http.tls.domains[0].sans=*.jibby.org"
+      - "--entrypoints.web.http.redirections.entryPoint.to=:443"
+      - "--entrypoints.web.http.redirections.entrypoint.scheme=https"
 
       - "--log.level=DEBUG"
       # debug, uncomment for testing