/usr/share/nginx/html/index.html systemctl restart nginx"> /usr/share/nginx/html/index.html systemctl restart nginx"> /usr/share/nginx/html/index.html systemctl restart nginx">

#!/bin/bash
yum install -y nginx
systemctl enable --now nginx
echo "Client VPN Testing Server" > /usr/share/nginx/html/index.html
systemctl restart nginx