After installing on Ubuntu, only seeing the "welcome to nginx" page
-
@selmank can you access your forum at
your.ip:4567
?It looks like the tutorial you linked doesn't include linking the site config into
sites-enabled
.That's included in our tutorial here: https://docs.nodebb.org/installing/os/ubuntu/#configuring-nginx
cd /etc/nginx/sites-available sudo nano forum.example.com # config entered into file and saved cd ../sites-enabled sudo ln -s ../sites-available/forum.example.com
After doing so you'll need to reload nginx.
-
@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