After installing on Ubuntu, only seeing the "welcome to nginx" page
-
@pitaj yes i tried the same steps again. unfortunately no improvement
my website;
13.59.185.135:4567
gundemly.com -
@selmank please provide the output of the following commands:
ls /etc/nginx/sites-available
ls /etc/nginx/sites-enabled
-
Can you try
sudo systemctl restart nginx
If that doesn't work, try
sudo rm /etc/nginx/sites-enabled/default
Then run the restart again
-
@selmank in order to request locally you can use curl:
curl http://localhost:4567
Copyright © 2024 NodeBB | Contributors