diff --git a/openvidu-server/docker/openvidu-proxy/entrypoint.sh b/openvidu-server/docker/openvidu-proxy/entrypoint.sh index 9359e664..ebf5d8f1 100755 --- a/openvidu-server/docker/openvidu-proxy/entrypoint.sh +++ b/openvidu-server/docker/openvidu-proxy/entrypoint.sh @@ -57,6 +57,7 @@ printf "\n - Https Port: %s" "${PROXY_HTTPS_PORT}" printf "\n - Worker Connections: %s" "${WORKER_CONNECTIONS}" printf "\n - Allowed Access in Openvidu Dashboard: %s" "${ALLOWED_ACCESS_TO_DASHBOARD}" printf "\n - Allowed Access in Openvidu API: %s" "${ALLOWED_ACCESS_TO_RESTAPI}" +printf "\n - Support deprecated API: %s" "${SUPPORT_DEPRECATED_API}" printf "\n - Redirect www to non-www: %s" "${REDIRECT_WWW}" printf "\n" printf "\n Config Openvidu Application:"