[GHA] FIX Nginx folder locations

This commit is contained in:
Mitchell Krog 2021-06-21 12:49:38 +02:00
parent 8c44ede752
commit fbe79dc28a
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -94,7 +94,7 @@ echo "${bold}${yellow}Delete any default files installed by Nginx"
echo "${bold}${yellow}-------------------------------------------"
sudo rm /etc/nginx/sites-available/*
sudo rm /etc/nginx/sites-enabled/*
sudo rm ./var/www/html/*
sudo rm /var/www/html/*
printf "\n"
echo "${bold}${yellow}---------------------"
echo "${bold}${yellow}Setup Vhost for Nginx"