https://www.digitalocean.com/community/articles/how-to-install-wordpress-with-nginx-on-ubuntu-12-04
I did this installation few months ago and everything worked fine! Thank you guys!
Later I have changed mymaindomain.com website from “/var/www/” to “/var/www/mymaindomain” – I did change the root on nginx configuration files and everything worked! :)
Now I did repeat the same Wordpress instillation for a second website. This one, I want it to be on a subdomain like this: sub.mymaindomain.com.
So I have repeated the Wordpress installation on this folder “/var/www/SUBmymaindomain”, and created a new Set Up Nginx Server Blocks file with a different name for this website:
server {
listen 80; root /var/www/SUBmymaindomain;
index index.php index.html index.htm;
server_name sub.mymaindomain.com;
(…)
After this I did activate the Server Block with a new symbolic link and so on… But it seams that’s not enough to make it working. Do i need to do any changes on DigitalOcean DNS setting? Thank you guys!
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!
I went for the “* – CNAME – @” and i erased the “www – CNAME - @” which worked as expected… ;) thank you!
Within DNS, create a CNAME record with the name as your subdomain, for example “subdomain” for subdomain.maindomain.com. For the hostname, you can put “@” or “maindomain.com”.
Looks like you’re on the right path, but you will need to make a DNS change to get subdomains working. You need to set a CNAME record. If you don’t have subdomains running on a different server, the simplest thing to do is to just set a wildcard CNAME pointing to the main IP: <br> <br>* – CNAME – @ <br> <br>Then you can create as many subdomains as you need on that server without touching DNS again. <br> <br>Check out: <br> <br>https://www.digitalocean.com/community/articles/how-to-set-up-and-test-dns-subdomains-with-digitalocean-s-dns-panel
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.