From 34db57fef01acf83092e5007f1fed4468d918306 Mon Sep 17 00:00:00 2001 From: vdo Date: Tue, 31 May 2022 17:56:04 +0100 Subject: [PATCH] split stripprefixes --- docker-compose.yml | 8 ++++---- install | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 37de078..7c627af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,8 +61,8 @@ x-explorer-service: &explorer-service - "traefik.http.routers.explorer.rule=(PathPrefix(`/explorer`) )" #!nole # - "traefik.http.routers.explorer.rule=(Host(`${DOMAIN}`) && PathPrefix(`/explorer`) )" #!le # - "traefik.http.routers.explorer.tls.certresolver=le" #!le - - "traefik.http.middlewares.stripprefix.stripprefix.prefixes=/explorer" - - "traefik.http.routers.explorer.middlewares=stripprefix" + - "traefik.http.middlewares.stripprefix-explorer.stripprefix.prefixes=/explorer" + - "traefik.http.routers.explorer.middlewares=stripprefix-explorer" - "traefik.http.routers.explorer.entrypoints=websecure" - "traefik.http.routers.explorer.tls" - "traefik.http.routers.explorer.service=explorer" @@ -92,8 +92,8 @@ x-grafana-service: &grafana-service - "traefik.http.routers.grafana.rule=(PathPrefix(`/grafana`) )" #!nole # - "traefik.http.routers.grafana.rule=(Host(`${DOMAIN}`) && PathPrefix(`/grafana`) )" #!le # - "traefik.http.routers.grafana.tls.certresolver=le" #!le - - "traefik.http.middlewares.stripprefix.stripprefix.prefixes=/grafana" - - "traefik.http.routers.grafana.middlewares=stripprefix" + - "traefik.http.middlewares.stripprefix-grafana.stripprefix.prefixes=/grafana" + - "traefik.http.routers.grafana.middlewares=stripprefix-grafana" - "traefik.http.routers.grafana.entrypoints=websecure" - "traefik.http.routers.grafana.tls" - "traefik.http.routers.grafana.service=grafana" diff --git a/install b/install index cb05b13..4eeea8e 100755 --- a/install +++ b/install @@ -48,7 +48,7 @@ DOCKER_COMPOSE_INSTALLED=false DOCKER_COMPOSE_VERSION="v2.5.0" DEPENDENCIES="git curl" ONION="Not Available" -TLS_PORT="" +TLS_PORT="443" TLS_DOMAIN="" TLS_EMAIL="" NETWORK="mainnet"