From 6a13f26b560a78915678aea33137a97481627c03 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 10 Apr 2020 11:55:14 +0200 Subject: [PATCH] small changes to traefik --- traefik/docker-compose.yaml.host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traefik/docker-compose.yaml.host b/traefik/docker-compose.yaml.host index 105a605..7f0f0c7 100644 --- a/traefik/docker-compose.yaml.host +++ b/traefik/docker-compose.yaml.host @@ -36,11 +36,11 @@ services: - "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.middlewares=traefik-auth" #- "traefik.http.routers.traefik.middlewares=traefik-https-redirect" - #- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https" - "traefik.http.routers.traefik-secure.entrypoints=https" - "traefik.http.routers.traefik-secure.rule=Host(`traefik.giorgioravera.it`)" - - "traefik.http.routers.traefik-secure.middlewares=traefik-auth" - "traefik.http.routers.traefik-secure.tls=true" + - "traefik.http.routers.traefik-secure.middlewares=traefik-auth" + #- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https" #- "traefik.http.routers.traefik-secure.tls.certresolver=http" - "traefik.http.routers.traefik-secure.service=api@internal" - "traefik.http.middlewares.traefik-auth.basicauth.usersfile=/passwd" -- 2.47.3