DNS Configuration for domains and subdomains to point to single IP
问题 I have domain my-domain.com, I want to setup (DNS) sub domains to point to my ' PUBLIC IP ' where my website is hosted Currently I have this, setup in DNS: -------------------------------------------------------------- | Domain | Type | Content | ============================================================== | www.my-domain.com | A | 'PUBLIC IP' | -------------------------------------------------------------- and in my website host box, I setup one nginx server block point to my main website