peel it back to just hosting a simple webpage. Create an html page in a public folder and make sure you can serve that first.
Having trouble hosting laravel on a vps
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-laravel-application-with-nginx-on-ubuntu-16-04 I've been following this tutorial, but Step 5 — Configuring Nginx when doing sudo cp /etc/nginx/sites-available/default /etc/nginx/sites-available/example.com sudo nano /etc/nginx/sites-enabled/example.com shows up blank and when I tried copy pasted from sites-available/default and edited it I did the sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/ and then sudo systemctl reload nginx, but my website still didn't show up neither on my domain nor my server site I tried googling it and changing the configs according to other people's answers, but it led me to a 403 then to a 404 then to a 503 then to 500 anyway it eventually led me to a blank page. I think there's a problem between doing the links and making laravel show up from the public folder. Please help
Please or to participate in this conversation.