PHP, Python Nginx works together!

Nginx is so good at delivering requests to many others. Good!

 

Now let's use the nginx upstream module to finish this.

http://nginx.org/en/docs/http/ngx_http_upstream_module.html

 

Under this circumstance: There has already been serveral PHP applications on the server working with Nginx. Now we need to add an Python application such as a Django application. To make them work together on different URIs is our goal.

 

Let's do this!

 

posted @ 2015-04-14 17:11  spaceship9  阅读(226)  评论(0编辑  收藏  举报