Fix companion port 8282 for companion-apache2 (#634)

in matrix an user encountered errors with the apache2 config for the companion setup, this adjusts the correct ports for the companion, like it is done in the other configs: caddy, nginx, traefik
This commit is contained in:
beautiful-orca 2025-02-03 15:00:13 +01:00 committed by GitHub
parent 9e20b3c139
commit 65ecfccb10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,12 +12,12 @@
ProxyRequests off
ProxyPass / http://127.0.0.1:3000/ nocanon
ProxyPassReverse / http://127.0.0.1:3000/
ProxyPass /latest_version http://127.0.0.1:3000/ nocanon
ProxyPassReverse /latest_version http://127.0.0.1:3000/
ProxyPass /api/manifest/dash/id/ http://127.0.0.1:3000/ nocanon
ProxyPassReverse /api/manifest/dash/id/ http://127.0.0.1:3000/
ProxyPass /videoplayback http://127.0.0.1:3000/ nocanon
ProxyPassReverse /videoplayback http://127.0.0.1:3000/
ProxyPass /latest_version http://127.0.0.1:8282/ nocanon
ProxyPassReverse /latest_version http://127.0.0.1:8282/
ProxyPass /api/manifest/dash/id/ http://127.0.0.1:8282/ nocanon
ProxyPassReverse /api/manifest/dash/id/ http://127.0.0.1:8282/
ProxyPass /videoplayback http://127.0.0.1:8282/ nocanon
ProxyPassReverse /videoplayback http://127.0.0.1:8282/
AllowEncodedSlashes on
@ -62,12 +62,12 @@ To make the VirtualHost config below actually work, you should as well:
ProxyPass / http://127.0.0.1:3000/ nocanon
ProxyPassReverse / http://127.0.0.1:3000/
ProxyPass /latest_version http://127.0.0.1:3000/ nocanon
ProxyPassReverse /latest_version http://127.0.0.1:3000/
ProxyPass /api/manifest/dash/id/ http://127.0.0.1:3000/ nocanon
ProxyPassReverse /api/manifest/dash/id/ http://127.0.0.1:3000/
ProxyPass /videoplayback http://127.0.0.1:3000/ nocanon
ProxyPassReverse /videoplayback http://127.0.0.1:3000/
ProxyPass /latest_version http://127.0.0.1:8282/ nocanon
ProxyPassReverse /latest_version http://127.0.0.1:8282/
ProxyPass /api/manifest/dash/id/ http://127.0.0.1:8282/ nocanon
ProxyPassReverse /api/manifest/dash/id/ http://127.0.0.1:8282/
ProxyPass /videoplayback http://127.0.0.1:8282/ nocanon
ProxyPassReverse /videoplayback http://127.0.0.1:8282/
ProxyPreserveHost On
ProxyRequests Off
AllowEncodedSlashes On