Configuring Nginx to Use the Vortex Infrastructure

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?

+4
source share
1 answer

You can use uwsgi to serve the cherry app. check this link: http://nileshgr.com/2012/08/27/getting-cherrypy-working-with-uwsgi

+3
source

Source: https://habr.com/ru/post/1488789/


All Articles