From 1ad53780513d2672efa1b1ddf73bb039f435f51e Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Sun, 26 Nov 2023 15:18:50 +0100 Subject: [PATCH] disable global http to https redirect --- infrastructure/traefik/traefik.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/infrastructure/traefik/traefik.yml b/infrastructure/traefik/traefik.yml index 5fd8e9c..f84ce97 100644 --- a/infrastructure/traefik/traefik.yml +++ b/infrastructure/traefik/traefik.yml @@ -18,17 +18,12 @@ providers: docker: watch: true exposedByDefault: false - network: forgejo_proxy + network: proxy entryPoints: http: address: ":80" - http: - redirections: - entrypoint: - to: https - scheme: https https: address: ":443" ssh: - address: ":222" + address: ":2222"