Report this

What is the reason for this report?

How to add a static site to a droplet already hosting Wordpress with nginx?

Posted on June 8, 2020

I’m trying to set up nginx on my droplet to allow a static site as well as the existing wordpress install (so 1 wordpress site i.e. wp.com and 1 static site i.e. static.com). I’m trying to follow along with https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04, but I’m having trouble figuring out how those changes will affect my current wordpress set-up. Do I need to change variables for my current wordpress install so they point to the right directories? I’m using 14.04, is that tutorial even compatible? The wordpress install I did was using https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Generally, you can have multiple active sites with nginx using sites-enabled and sites-available directories under /etc/nginx location. You create a separate .conf file for each site you are supporting (e.g. static.com.conf and wp.com.conf). The server_name field in each of these config files files identifies which URL is associated with that configuration.

Sorry if this isn’t specific enough for you…I am not sure where your disconnect is.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.