Skip to content
Snippets Groups Projects
Commit d28d0129 authored by Karim Doumaz's avatar Karim Doumaz
Browse files

Delete Streaming and Video VHOST not need anymore

parent cd3c2381
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,6 @@ MS_NTP=$(dialog --backtitle "${BACKTITLE}" --title "Network configuration" --in
# vhosts
MS_VHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration" --inputbox "MS main URL (ie mediaserver.example.com)" 8 50 ${MS_VHOST0} --output-fd 1)
MS_STREAMVHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration" --inputbox "MS streaming URL (ie streaming-mediaserver.example.com)" 8 60 ${MS_STREAMVHOST0} --output-fd 1)
MS_VIDEOVHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration" --inputbox "MS video/FTP URL (ie video-mediaserver.example.com)" 8 60 ${MS_VIDEOVHOST0} --output-fd 1)
MS_CMVHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration" --inputbox "CampusManager URL (ie campusmanager.example.com)" 8 60 ${MS_CMVHOST0} --output-fd 1)
MS_MONVHOST=$(dialog --backtitle "${BACKTITLE}" --title "Webserver configuration" --inputbox "Monitor application URL (ie monitor-mediaserver.example.com)" 8 70 ${MS_MONVHOST0} --output-fd 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment