mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-10 16:45:00 -04:00
split stripprefixes
This commit is contained in:
parent
4573e58e83
commit
34db57fef0
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
2
install
2
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue