From 221e4efc681418719a0fb0a9a0fa3de8a01e308d Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Mon, 4 May 2020 18:02:10 +0200 Subject: [PATCH] OPENVIDU_HTTPS_PORT to HTTPS_PORT --- openvidu-server/docker/openvidu-docker-compose/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvidu-server/docker/openvidu-docker-compose/.env b/openvidu-server/docker/openvidu-docker-compose/.env index 8bc055df..73dc47f6 100644 --- a/openvidu-server/docker/openvidu-docker-compose/.env +++ b/openvidu-server/docker/openvidu-docker-compose/.env @@ -29,8 +29,8 @@ LETSENCRYPT_EMAIL=user@example.com # Proxy configuration # If you want to change the ports on which openvidu listens, uncomment the following lines -# Allows any request to http://IP:OPENVIDU_HTTP_PORT/ to be automatically -# redirected to https://IP:OPENVIDU_HTTPS_PORT/. +# Allows any request to http://DOMAIN_OR_PUBLIC_IP:HTTP_PORT/ to be automatically +# redirected to https://DOMAIN_OR_PUBLIC_IP: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 # HTTP_PORT=80