mirror of https://github.com/OpenVidu/openvidu.git
Add reserved URLs to doc
parent
8c44f0c34e
commit
124ca24a68
|
@ -126,6 +126,10 @@ You can configure any other application updating the content of `docker-compose.
|
||||||
* Application server port must to be binded to 5442 in the host, as this port is used by NGINX to publish your app in port default https port (443).
|
* Application server port must to be binded to 5442 in the host, as this port is used by NGINX to publish your app in port default https port (443).
|
||||||
* The application must be served in plain http as NGINX is the responsible of managing SSL certificate.
|
* The application must be served in plain http as NGINX is the responsible of managing SSL certificate.
|
||||||
* Application has to know OpenVidu Server URL. You can use the variables ${DOMAIN_OR_PUBLIC_IP} and ${OPENVIDU_SECRET} in `docker-compose.override.yml` file.
|
* Application has to know OpenVidu Server URL. You can use the variables ${DOMAIN_OR_PUBLIC_IP} and ${OPENVIDU_SECRET} in `docker-compose.override.yml` file.
|
||||||
|
* The application and OpenVidu platform are deployed in the same domain. For that reason, the following URLs are reserved for OpenVidu and you cannot use them in the application:
|
||||||
|
* `/api/`
|
||||||
|
* `/openvidu/`
|
||||||
|
* `/dashboard/`
|
||||||
|
|
||||||
## 4. Execution
|
## 4. Execution
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue