How do I configure multiple virtual nginx server so that they respond to a subdomain and an ip/path combination like:
virtual host A: a.example.com xxx.xxx.xxx.xxx/a
virtual host B: b.example.com xxx.xxx.xxx.xxx/b
Currently the DNS is down and our services aren't reachable via the configured subdomains. We want to be prepared in case something like that happens again. By bypassing the DNS and direct usage of the ip/path we would solve any DNS related problem.