diff --git a/nethermind-gnosis-chiado.yml b/nethermind-gnosis-chiado.yml index 62366954..c424f8b1 100644 --- a/nethermind-gnosis-chiado.yml +++ b/nethermind-gnosis-chiado.yml @@ -46,11 +46,11 @@ services: - "prometheus-scrape.job_name=nethermind" - "prometheus-scrape.metrics_path=/debug/metrics/prometheus" - "traefik.enable=true" - - "traefik.http.middlewares.nethermind-gnosis-chiado-stripprefix.stripprefix.prefixes=/gnosis-chiado" + - "traefik.http.middlewares.nethermind-gnosis-chiado-stripprefix.stripprefix.prefixes=/chiado" - "traefik.http.services.nethermind-gnosis-chiado.loadbalancer.server.port=8545" - "traefik.http.routers.nethermind-gnosis-chiado.entrypoints=websecure" - "traefik.http.routers.nethermind-gnosis-chiado.tls.certresolver=myresolver" - - "traefik.http.routers.nethermind-gnosis-chiado.rule=Host(`$DOMAIN`) && PathPrefix(`/gnosis-chiado`)" + - "traefik.http.routers.nethermind-gnosis-chiado.rule=Host(`$DOMAIN`) && PathPrefix(`/chiado`)" - "traefik.http.routers.nethermind-gnosis-chiado.middlewares=nethermind-gnosis-chiado-stripprefix, ipwhitelist" networks: - chains diff --git a/nethermind-gnosis.yml b/nethermind-gnosis.yml index e3a45cdd..be0a39da 100644 --- a/nethermind-gnosis.yml +++ b/nethermind-gnosis.yml @@ -46,11 +46,11 @@ services: - "prometheus-scrape.job_name=nethermind" - "prometheus-scrape.metrics_path=/debug/metrics/prometheus" - "traefik.enable=true" - - "traefik.http.middlewares.nethermind-gnosis-stripprefix.stripprefix.prefixes=/gnosis-mainnet" + - "traefik.http.middlewares.nethermind-gnosis-stripprefix.stripprefix.prefixes=/gnosis" - "traefik.http.services.nethermind-gnosis.loadbalancer.server.port=8545" - "traefik.http.routers.nethermind-gnosis.entrypoints=websecure" - "traefik.http.routers.nethermind-gnosis.tls.certresolver=myresolver" - - "traefik.http.routers.nethermind-gnosis.rule=Host(`$DOMAIN`) && PathPrefix(`/gnosis-mainnet`)" + - "traefik.http.routers.nethermind-gnosis.rule=Host(`$DOMAIN`) && PathPrefix(`/gnosis`)" - "traefik.http.routers.nethermind-gnosis.middlewares=nethermind-gnosis-stripprefix, ipwhitelist" networks: - chains