By mccawley
I would like a droplet that can support more than one wordpress site. I was able to complete Initial set up for 14.04, and then the LEMP set up then followed this tutorial to get ready for multiple wordpress sites.
Then installed Wordpress following this tutorial (for the most part) https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-nginx-on-ubuntu-14-04
When I go to my droplet’s IP address, I see the NGINX is isntalled correctly… but when I go to mccawleydigital.com the webpage is not available.
nano /etc/nginx/sites-available/mccawley looks like this:
server { server_name www.mccawleydigital.com mccawleydigital.com; root /home/mccawley/mccawley-digital; access_log /var/log/nginx/www.mccawleydigital.com.access.log; error_log /var/log/nginx/www.mccawleydigital.com.error.log; include global/common.conf; include global/wordpress.conf; }
I have my wordpress files stored in /home/mccawley/mccawley-digital
If I ping mccawleydigital.com it shows my droplet
No error messages in /var/log/nginx/error.log
Not sure what else to troubleshoot
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Turns out it was a simple DNS caching issue. Clearing the browser “fixed” it. What an amateur!
@mccawley, I’m thinking of moving my Wordpress sites to DigitalOcean from a shared provider. Which packege do you have and how would you rate the website performance thus far?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.