Problems with NGINX + webapp2 + Python

I’ve been searching for a long time, but I don’t see how it webapp2works outside of Google App Engine("GAE") (in combination with NGINX). I really like it webapp2, and although I can run it with python script.py, how do I pass python to webapp2, and the rest to NGINX?

TL DR - How can you NGINXwork as close to architecture as possible GAE? I find it GAEvery enjoyable, but in this case it does not fit my needs. Too many restrictions.

+4
source share

All Articles