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
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
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.