Report this

What is the reason for this report?

Pointing second domain to an existing virtual host - NGINX

Posted on January 21, 2019

Hi… I have a virtual host let’s name it www.example.com and I am pointing a domain already to it www.example.com

Can I point a second domain www.example1.com to the same virtual host with domain masking? meaning when I go to www.example1.com, I want the same showing in the URL I don’t want any redirection to example.com to take place.

Thanks.



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.

Hi,

You can add example1.com to server_name just like example.com. But it’s on the app side that you need to make sure the redirect to example.com doesn’t happen.

Cheers

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.