mirror of https://github.com/OpenVidu/openvidu.git
OPENVIDU_HTTPS_PORT to HTTPS_PORT
parent
817110b7f7
commit
221e4efc68
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue