File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Do not forget to replace `<server_name>` with your domain.
88...
99 labels:
1010 - "traefik.enable=true"
11- - "traefik.http.routers.invidious.rule=Host(`<server_name>`) && !(Path(`/latest_version`) || PathPrefix(`/api/manifest/dash/id/`) || PathPrefix(`/videoplayback* `))"
11+ - "traefik.http.routers.invidious.rule=Host(`<server_name>`) && !(Path(`/latest_version`) || PathPrefix(`/api/manifest/dash/id/`) || PathPrefix(`/videoplayback`))"
1212 - "traefik.http.routers.invidious.entrypoints=web-sec"
1313 - "traefik.http.routers.invidious.tls.certresolver=le"
1414 - "traefik.http.services.invidious.loadbalancer.server.port=3000"
@@ -19,7 +19,7 @@ Do not forget to replace `<server_name>` with your domain.
1919...
2020 labels:
2121 - "traefik.enable=true"
22- - "traefik.http.routers.invidious-companion.rule=Host(`<server_name>`) && (Path(`/latest_version`) || PathPrefix(`/api/manifest/dash/id/`) || PathPrefix(`/videoplayback* `))"
22+ - "traefik.http.routers.invidious-companion.rule=Host(`<server_name>`) && (Path(`/latest_version`) || PathPrefix(`/api/manifest/dash/id/`) || PathPrefix(`/videoplayback`))"
2323 - "traefik.http.routers.invidious-companion.entrypoints=web-sec"
2424 - "traefik.http.routers.invidious-companion.tls.certresolver=le"
2525 - "traefik.http.services.invidious-companion.loadbalancer.server.port=8282"
You can’t perform that action at this time.
0 commit comments