Hacker News new | ask | show | jobs
by LaGrange 3210 days ago
Re the Go thing: they give you a go package: https://github.com/nginx/unit/tree/master/src/go/unit.

Note that it's actually CGo (which is not Go), and it uses a non-standard build process to install it: http://unit.nginx.org/docs-installation.html#source-code.

I don't like it at all :( I usually put plain nginx in front of my app, to handle static files and simple load-balancing, but this seems to be oriented towards handling issues best handled elsewhere.