Task 1. 백엔드 vm1, vm2 생성
Last updated
Last updated
#! /bin/bash
sudo apt-get -y update
sudo apt-get install -y apache2
sudo service apache2 start
sudo echo "This is LB TEST server1!" > /var/www/html/index.html#! /bin/bash
sudo apt-get -y update
sudo apt-get install -y apache2
sudo service apache2 start
sudo echo "This is LB TEST server2!" > /var/www/html/index.html