Good evening, have little problem with Nginx configuration. I'm using it for script who streaming data to user from another server, so it's like proxy (moded rapidleech). But this action requires lot of CPU time. I have almost default Nginx configuration, it works with fast-cgi, i wonder maybe some one know something about tweaking Nginx for streaming/proxy?
Honestly, you'd be better off using node.js for this, as this is exactly what it's designed for. A simple proxy could be created very simply.