chore(media-centre): set server transport for plex
- disables http2 to downstream (envoy)
This commit is contained in:
parent
f6a8bcddf0
commit
49097613a4
1 changed files with 3 additions and 1 deletions
|
@ -168,7 +168,9 @@ job "media-centre" {
|
|||
"traefik.enable=true",
|
||||
|
||||
"traefik.http.routers.plex.entrypoints=websecure",
|
||||
"traefik.http.routers.plex.rule=Host(`plex.brmartin.co.uk`)"
|
||||
"traefik.http.routers.plex.rule=Host(`plex.brmartin.co.uk`)",
|
||||
"traefik.http.routers.plex.service=plex",
|
||||
"traefik.http.services.plex.loadbalancer.serversTransport=plex@file",
|
||||
]
|
||||
|
||||
connect {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue