installing nginx
by default, installation uses the following configuration file
remove the symbolic link for default
# the symbolic link allows Nginx to use the configuration defined in sites-available
sudo rm /etc/nginx/sites-enabled/default
# reload nginx
sudo systemctl reload nginx...