IIS reverse proxy - 2 subdomain to 2 Node.js
问题 As in this blog is well explained how to point a domain or subdomain in IIS to a Node.js project. In this case its needed to have two subdomains each point to a Node.js project (localhost:port) in the example works well for one project but not for two. So in this case its needed for subdomain1 point to localhost:80 and subdomain2 point to localhost:82 for example. In the reverse proxy have: in the pattern had (.*) but that would match any and my subdomains would point to same Node.js project.