Report this

What is the reason for this report?

How would I redirect subdomains to my main domain in NGINX?

Posted on August 2, 2017

After setting up my Ubuntu 16.04 droplet by following the documentation supplied by Digital Ocean, I noticed that my droplet will serve up content intended for my domain under any miscellaneous subdomain that is typed into the address bar.

Ideally, I would like to redirect these non-existent *.mydomain.com addresses to mydomain.com and still have subdomains that I have created serve up their intended content.

Thank you ahead of time to anyone that can assist me with my question; I have not done any configuration to the default NGINX server block file beyond the initial droplet set up using the Ubuntu 16.04 set up guide on Digital Ocean.



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.

Hello,

In this case, what I would recommend is keeping the default Nginx server block so that all unused subdomain names are redirected to your main site, and then creating separate server blocks for each of the subdomains that you would like to use.

Here’s a step by step guide on how to setup that:

https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04

Regards, Bobby

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.