From 5c155bf7fcb0a0e1bc8b9634b515e2cab158ed9d Mon Sep 17 00:00:00 2001 From: OscarSotoSanchez Date: Wed, 29 Apr 2020 10:24:38 +0200 Subject: [PATCH] .env changed --- openvidu-server/docker/openvidu-docker-compose/.env | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openvidu-server/docker/openvidu-docker-compose/.env b/openvidu-server/docker/openvidu-docker-compose/.env index 81adbf00..acf96a70 100644 --- a/openvidu-server/docker/openvidu-docker-compose/.env +++ b/openvidu-server/docker/openvidu-docker-compose/.env @@ -29,10 +29,14 @@ LETSENCRYPT_EMAIL=user@example.com # Proxy configuration # If you want to change the ports on which openvidu listens, uncomment the following lines -# Used for http connections and necessary to obtain letsencrypt certificated +# Allows any request to http://IP:OPENVIDU_HTTP_PORT/ to be automatically +# redirected to https://IP:OPENVIDU_HTTPS_PORT/ . +# WARNING: the default port 80 cannot be changed during the first boot +# if you have chosen to deploy with the option CERTIFICATE_TYPE=letsencrypt # OPENVIDU_HTTP_PORT=80 -# Used for Openvidu API and the application deployed using docker +# Changes the port of all services exposed by OpenVidu. +# SDKs, REST clients and browsers will have to connect to this port # OPENVIDU_HTTPS_PORT=443 # Whether to enable recording module or not