mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Print if nginx is using deprecated API
parent
0c38d4d9b8
commit
43c5c4b4a5
|
@ -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:"
|
||||
|
|
Loading…
Reference in New Issue