Forums

Webserver / WSGI app used by PythonAnywhere

I'm just curious what WSGI application/web server PythonAnywhere uses to deploy web apps. If I want to mimic the setup on PythonAnywhere with a personal server, what would I need?

I'm going to venture a guess that it is behind Apache + mod_wsgi

Thanks

We use nginx to do routing and uwsgi to run the apps and do process management.