I am looking for Nginx as a server and a CherryPy framework on a linux server. I do not want to use Nginx as a reverse proxy. I am moving from PHP to python and I have a lot of cherry applications.
The CherryPy wiki states that "CherryPy can be a web server, or it can be run through any WSGI-compatible environment." I do not want to use the server side of the vortex only as a framework.
Does anyone know how to configure Nginx WSGI to use CheryPy?
source share