mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-01-03 03:58:45 +03:00
add slash for prefix
This commit is contained in:
parent
88aba20245
commit
c5d0ebfbca
@ -43,7 +43,7 @@ services:
|
|||||||
traefik.http.routers.micrach.rule: "Host(`micrach.igonin.dev`) && Path(`/${GATEWAY_BOARD_ID}`)"
|
traefik.http.routers.micrach.rule: "Host(`micrach.igonin.dev`) && Path(`/${GATEWAY_BOARD_ID}`)"
|
||||||
traefik.http.routers.micrach.middlewares: "micrach-https-redirect"
|
traefik.http.routers.micrach.middlewares: "micrach-https-redirect"
|
||||||
|
|
||||||
traefik.http.middlewares.micrach-secure.stripprefix.prefixes: ${GATEWAY_BOARD_ID}
|
traefik.http.middlewares.micrach-secure.stripprefix.prefixes: "/${GATEWAY_BOARD_ID}"
|
||||||
traefik.http.middlewares.micrach-secure.stripprefix.forceSlash: "false"
|
traefik.http.middlewares.micrach-secure.stripprefix.forceSlash: "false"
|
||||||
|
|
||||||
traefik.http.routers.micrach-secure.entrypoints: "https"
|
traefik.http.routers.micrach-secure.entrypoints: "https"
|
||||||
|
Loading…
Reference in New Issue
Block a user