Hi,
I’m trying to deploy the openvidu ce service along side my own application server (user management API for openvidu) and web server (serving the client application that the openvidu client is integrated into.
reading the following docs I’m a little confused about the configuration for my REST API and Webserver to make use of the Nginx proxy deployed with OpenVidu CE.
the docs read:
Installed natively
Just take into account the following details:
- Application must be server in plain http, without https.
- Http port must be 5442. This port is used by the NGINX included in OpenVidu Platform.
- OpenVidu platform URL has to be configured to
http://localhost:**5443**
- OpenVidu Secret has to be manually configured to the
OPENVIDU_SECRET
value you specify in the.env
file.
should the port be configured to 5442 or 5443?
kind regards
philip