From 124ca24a68f339c71cd8e8a2bda464813b612e54 Mon Sep 17 00:00:00 2001 From: micaelgallego Date: Fri, 10 Apr 2020 01:48:26 +0200 Subject: [PATCH] Add reserved URLs to doc --- openvidu-server/docker/openvidu-docker-compose/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openvidu-server/docker/openvidu-docker-compose/readme.md b/openvidu-server/docker/openvidu-docker-compose/readme.md index 1d2dac59..24d23602 100644 --- a/openvidu-server/docker/openvidu-docker-compose/readme.md +++ b/openvidu-server/docker/openvidu-docker-compose/readme.md @@ -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). * 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. +* 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