OPENVIDU_HTTPS_PORT to HTTPS_PORT

pull/463/head
pabloFuente 2020-05-04 18:02:10 +02:00
parent 817110b7f7
commit 221e4efc68
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ LETSENCRYPT_EMAIL=user@example.com
# Proxy configuration # Proxy configuration
# If you want to change the ports on which openvidu listens, uncomment the following lines # 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 # Allows any request to http://DOMAIN_OR_PUBLIC_IP:HTTP_PORT/ to be automatically
# redirected to https://IP:OPENVIDU_HTTPS_PORT/. # redirected to https://DOMAIN_OR_PUBLIC_IP:HTTPS_PORT/.
# WARNING: the default port 80 cannot be changed during the first boot # WARNING: the default port 80 cannot be changed during the first boot
# if you have chosen to deploy with the option CERTIFICATE_TYPE=letsencrypt # if you have chosen to deploy with the option CERTIFICATE_TYPE=letsencrypt
# HTTP_PORT=80 # HTTP_PORT=80