From 62c652ca239906fe0223e2810888dcd9d6c1c0f7 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:11:01 +0200 Subject: [PATCH] change path --- op-boba.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op-boba.yml b/op-boba.yml index e70b5659..8fb385d4 100644 --- a/op-boba.yml +++ b/op-boba.yml @@ -48,11 +48,11 @@ services: - chains labels: - "traefik.enable=true" - - "traefik.http.middlewares.boba-stripprefix.stripprefix.prefixes=/boba" + - "traefik.http.middlewares.boba-stripprefix.stripprefix.prefixes=/bobaeth" - "traefik.http.services.boba.loadbalancer.server.port=9545" - "traefik.http.routers.boba.entrypoints=websecure" - "traefik.http.routers.boba.tls.certresolver=myresolver" - - "traefik.http.routers.boba.rule=Host(`$DOMAIN`) && PathPrefix(`/boba`)" + - "traefik.http.routers.boba.rule=Host(`$DOMAIN`) && PathPrefix(`/bobaeth`)" - "traefik.http.routers.boba.middlewares=boba-stripprefix, ipwhitelist" op-boba-node: