openvidu-deployment: Print if nginx is using deprecated API

pull/542/head
cruizba 2020-11-09 18:04:41 +01:00
parent 0c38d4d9b8
commit 43c5c4b4a5
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ printf "\n - Https Port: %s" "${PROXY_HTTPS_PORT}"
printf "\n - Worker Connections: %s" "${WORKER_CONNECTIONS}" 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 Dashboard: %s" "${ALLOWED_ACCESS_TO_DASHBOARD}"
printf "\n - Allowed Access in Openvidu API: %s" "${ALLOWED_ACCESS_TO_RESTAPI}" 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 - Redirect www to non-www: %s" "${REDIRECT_WWW}"
printf "\n" printf "\n"
printf "\n Config Openvidu Application:" printf "\n Config Openvidu Application:"