Hi folks, As a newbie to the fabulous framework, I am a bit put off when I reached to the end of the web2py chapter about deployment and (as it happened to me with Django before) I saw no receipt to deploy on nginx, which is my favorite web server.
I searched around but could not find any complete tutorial, while there are few scattered blog notes here and there. As I am going to deploy on a tiny VPS, I am reluctant to use apache recepit (to save memory). Also lighthttpd, does not seem to be the best candidate, as it is discontinued and (apparently) memory leaking. So I left with Cherokee. However I did not like the idea of a GUI config interface, I tried the official book's receipt as the last resort. For some reason, I ended up with a " nohup: ignoring input and appending output to `nohup.out'". Cutting the long story short, I really appreciate it if someone could point me to a complete guide for nginx deployment, or writhe one :) cheers