Report this

What is the reason for this report?

Subdomains setup for Nginx

Posted on December 15, 2013

Hi!

I have a weird issue trying to configure my domain + subdomain web applications. DNS config: http://pastebin.com/c95tMxzm First virtual host config: http://pastebin.com/fPMhUXkR Second virtual host config: http://pastebin.com/kMED673Q

http://synergy-trans.com/ and http://www.synergy-trans.com/ work as they are intended. However http://manage.synergy-trans.com/ uses the same web application as two above.

Why does http://manage.synergy-trans.com/ is addressed to first virtual host?



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.

On Ubuntu (not sure how it’s done in CentOS), one would “activate” the subdomain by creating a symbolic link for the subdomain-config file in <code>/etc/nginx/sites-enabled</code>. Did you do the equivalent on your VPS? <br> <br>Otherwise, you may want to check out <a href=“https://www.digitalocean.com/community/articles/how-to-set-up-nginx-virtual-hosts-server-blocks-on-centos-6”>How To Set Up nginx Virtual Hosts (Server Blocks) on CentOS 6</a>.

Yeah, the subsomain site was activated, but it had syntax error in it, that’s why it didn’t started. <br>Thank you for the help.

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.