Home > Backend Development > PHP Tutorial > nginx+uwsgi python application

nginx+uwsgi python application

WBOY
Release: 2016-07-28 08:28:00
Original
1155 people have browsed it

1. About nginx server and reverse proxy

Please refer to my last blog post and click to open the link

2. Configuration of nginx and uwsgi

Environment: ubuntu

1. Install ngin and wsgi services

                                                                                    through Error (E: Unable to obtain lock /var/lib/dpkg/lock -open), then enter the following command


sudo apt-get install nginx
Copy after login


2) If the following error occurs (E:Sub-process /usr/bin/dpkg returned an error code(1)), Then enter the following command:

pip install uwsgi
Copy after login

The above introduces the nginx+uwsgi python application, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

 nginx+uwsgi python应用

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template