remove deprecated virtualhost

This commit is contained in:
Luis Guzmán 2025-09-02 05:09:59 -06:00
parent 546167f720
commit 2c426e16ad
1 changed files with 0 additions and 12 deletions

View File

@ -837,18 +837,6 @@ if [ "$ENABLE_SC" = "yes" ]; then
fi
sleep .1
# Test built-in setup for jibri recorder.
##Enable jibri recording by defatul (SC & JWT)
#cat << REC-JIBRI >> "$PROSODY_FILE"
#
#VirtualHost "recorder.$DOMAIN"
# modules_enabled = {
# "ping";
# }
# authentication = "internal_hashed"
#
#REC-JIBRI
#Enable Jibri withelist
sed -i "s|-- muc_lobby_whitelist|muc_lobby_whitelist|" "$PROSODY_FILE"