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?
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.
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.
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>.