How can I make a nginx.conf file to return different web pages for different subdomains?
I want to make my nginx to show a web page for this subdomain: abc.xyz.com and a different web page for this subdomain: abcd.xyz.com. How can I make that?
I tried to change the location block but it didn't work. Please help me.