"node+koa2+uniApp+mysql project construction to deployment" [nanny level step 6]

Chapter 6: nginx proxy configuration


Contents:
1. Install local, server environment (node, npm, git)
2. Build project framework through uni-app+vue 3. Build framework for
node+koa2 backend service 4.
Mysql installation and configuration, fast write to database (MySQL Workbench 8.0 CE) 5.
Aliyun server (full set of nanny level) configuration
6. Nginx configuration proxy (elegantly solve various proxy problems [recommended])
7. IIS configuration and mount (cannot start after port is occupied, Simpler [not recommended]) 8. How to publish projects
to applets, h5, android packaging
9. Upload code to gitee for management


insert image description here

Chapter 6 mainly talks about nginx configuration proxy

1. Understand nginx
2. How to proxy a website
3. Configure Alibaba Cloud nginx package in combination with the project
4. Successfully access after configuration


1. Know nginx

Nginxis a lightweight web server/reverse proxy server and email (IMAP/POP3) proxy server released under a BSD-like protocol. Its characteristic is that it occupies less memory and has strong concurrency capability. In fact, the concurrency capability of nginx does perform better among web servers of the same type!

Open nginxthe official website (old rules portal)

おすすめ

転載: blog.csdn.net/weixin_44873831/article/details/129668177