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!

上一篇:Nginx虚拟目录(alias)和根目录(root)


下一篇:Java compiler level does not match the version of the installed Java project facet.问题