I know how to setup nginx to a single vibe.d application, but what if I host multiple vibe.d applications on the same host. How can I forward them using nginx correctly? Can I just create multiple server sections in the config, even on the same port? Or is there something I have to be aware of?