Open mabdullahafzal opened 1 year ago
I found https://github.com/datarhei/restreamer/issues/525 in the issues section. I tried this but still not working for me.
Now my webpage is redirecting to the player site but no channel is working there. When I put /ui/ it gives same error 404 not found.
Hey @mabdullahafzal
Please provide your NGINX
configurations and the Docker command you used to start Restreamer.
Hi, I have a similar problem with ssl. Unsecure communication works, the https sites doesn't appear. I use the BYOC ssl setting, it works with version 0.6.8. I have two instances running, as well a http server on port 8080 Command line to start restreamer: docker run -d --name c1_restreamer --restart always -e "RS_USERNAME=myuser" -e "RS_PASSWORD=mypassword" -p 8081:8080 -p 8091:8181 -e RS_HTTPS=true -v /c1_restreamer/db:/restreamer/db datarhei/restreamer:dev
BR Thomas
Restreamer is working fine on an unsecure port,
when SSL is applied home page works fine
but when I click to enter the main application with route mywebsite/ui/ it says 404 page not found.
I am using Nginx Ubuntu Server, https redirction is applied through nginx server proxy on http://mywebsite:8080