website only show "welcome to nginx" | DigitalOcean
You need to update your
After that do a
You need to update your
/etc/nginx/sites-available/default
to include a link to your wordpress page, if you are using port 80 and wordpress try changing the root location under server within that file so it looks like this root /var/www/html;
After that do a
sudo service nginx restart
and refresh the page.
No comments:
Post a Comment