I've installed my nginx via the ppa package
add-apt-repository ppa:nginx
apt-get install nginx
which works just fine. But now I need to add support for websockets for my socket.io app. I found some tutorials, but generally the process is to download the source and recompile nginx with the tcp_proxy module.
Is there any way I can do this with the package manager, so that I don't have to compile it manualy? I'm running Ubuntu 10.04 if that's of any relevance.
0 Answers