Trying to fix redirects
This commit is contained in:
parent
343c52a052
commit
850b9704f4
1 changed files with 2 additions and 2 deletions
|
@ -176,8 +176,8 @@ services:
|
|||
- traefik.http.routers.cinny.rule=Host(`cinny.incremental.social`) || Host(`chat.incremental.social`)
|
||||
- traefik.http.routers.cinny.entrypoints=websecure
|
||||
- traefik.http.routers.cinny.middlewares=cinny
|
||||
- traefik.http.middlewares.cinny.redirectregex.regex=^https://cinny.incremental.social/(.*)
|
||||
- traefik.http.middlewares.cinny.redirectregex.replacement=^https://chat.incremental.social/$${1}
|
||||
- "traefik.http.middlewares.cinny.redirectregex.regex=^https://cinny.incremental.social/(.*)"
|
||||
- "traefik.http.middlewares.cinny.redirectregex.replacement=^https://chat.incremental.social/$${1}"
|
||||
- "traefik.http.middlewares.cinny.redirectscheme.permanent=true"
|
||||
- traefik.http.routers.cinny.tls.certresolver=myresolver
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue