That works great!Whats your suggested way to serve static files (css, js, images etc...) with nginx on a subdomain? (static.apott.net for example)
Also, what's the best way to correctly stop the vibe.d http server? If you ctrl-z (obviously not a good way to stop a program) it turns into a zombie process clogging up the port it's listening on, making it necessary to manually clear it out. This is an issue when debugging since I don't know how to properly do this while rebuilding etc...
Thanks for any help!