But next question… can manager-server be related to a specific nginx server block (virtual host)? If so what directive do I need to pass the request to manager-server?
For example I have domain.com and I want to run manager-server on accounts.domain.com. I have server blocks for both but what directive do I use / how do I pass accounts.domain.com to manager-server?
Thanks @lubos. I can point my subdomain to my digital ocean ip and set up a server block for that subdomain.
But do I then use a proxy_pass directive to proxy requests to the port manager-server is listening on? So if manager-server is configured for port 8080 would I use