From 42f23c8f5dcb257cab26d6fb8efbe8e91a63a08d Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Tue, 5 Mar 2024 20:04:41 +0300 Subject: [PATCH] Update traefik/data/traefik.yml --- traefik/data/traefik.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/traefik/data/traefik.yml b/traefik/data/traefik.yml index 992fe96..c3c7f65 100644 --- a/traefik/data/traefik.yml +++ b/traefik/data/traefik.yml @@ -8,11 +8,12 @@ api: entryPoints: http: address: ":80" - http: - redirections: - entryPoint: - to: https - scheme: https + # THE NEXT 5 LINES ARE A GLOBAL WAY TO REDIRECT ALL HTTP TRAFFIC TO HTTPS, NOT RECOMMENDED AS CLOUDFLARE DOES THAT FOR YOU ANYWAY AND YOU CAN SET IT ON A PER APP BASIS IF NEEDED. WILL NEED HTTP FOR INTERNAL NETWORK. + #http: + #redirections: + #entryPoint: + #to: https + #scheme: https https: address: ":443" http: