mirror of
https://github.com/iv-org/documentation.git
synced 2025-04-06 21:53:43 -04:00
Fix companion port 8282 for companion-apache2
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:
parent
9e20b3c139
commit
cf61da4758
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user