I've installed Nginx on Ubuntu with apt-get. Now i need to somehow add the module:
Their install suggests to recompile Nginx with the module: https://github.com/wandenberg/nginx-push-stream-module/blob/master/README.textile
How can i do that when i have installed Nginx with apt-get?
I want to keep all my current settings and just get the module in there some how