|
|
|
|
249
|
apt-get -yq install jitsi-meet jitsi-meet-prosody
|
249
|
apt-get -yq install jitsi-meet jitsi-meet-prosody
|
250
|
|
250
|
|
251
|
jitsi_nginx_site=/etc/nginx/sites-available/${JITSI_DOMAIN_NAME}.conf
|
251
|
jitsi_nginx_site=/etc/nginx/sites-available/${JITSI_DOMAIN_NAME}.conf
|
|
|
252
|
+ if [ -f $jitsi_nginx_site ]; then
|
|
|
253
|
+ rm $jitsi_nginx_site
|
|
|
254
|
+ fi
|
252
|
if [[ $ONION_ONLY == "no" ]]; then
|
255
|
if [[ $ONION_ONLY == "no" ]]; then
|
253
|
function_check nginx_http_redirect
|
256
|
function_check nginx_http_redirect
|
254
|
nginx_http_redirect $JITSI_DOMAIN_NAME
|
257
|
nginx_http_redirect $JITSI_DOMAIN_NAME
|