Nginx daily usage experience that is useful for both front-end and back-end
Nginx daily usage experience that is useful for both front and back ends This article will share its use in Windows/docker, the solution script for deploying it into a service using nssm, the solution for customizing domain names in the local area network to solve the problem of insecure https prompts, and the pitfalls encountered along the way. Foreword nginx is a high-performance open source reverse proxy server and web server. It is generally used to build static resource servers, load balancers, and reverse proxies. This article will share its use in Windows/docker and deploy it using nssm. The service plan script, the solution for customizing domain names in the local area network to solve the problem of insecure https prompts, and the pitfalls that have been encountered along the way. Features High performance: event-driven asynchronous architecture, capable of handling a large number of concurrent connections Static resource server: deploy front-end static pages and static resources Reverse proxy server: receives client requests and forwards the requests to back-end services, which can implement functions such as load balancing, request distribution and caching Support HTTPS usage Configure domain name forwarding to project services Forward the external network penetration request to the LAN…
Nginx daily usage experience that is useful for both front-end and back-end
Nginx daily usage experience that is useful for both front and back ends This article will share its use in Windows/docker, the solution script for deploying it into a service using nssm, the solution for customizing domain names in the local area network to solve the problem of insecure https prompts, and the pitfalls encountered along the way. Foreword nginx is a high-performance open source reverse proxy server and web server. It is generally used to build static resource servers, load balancers, and reverse proxies. This article will share its use in Windows/docker and deploy it using nssm. The service plan script, the solution for customizing domain names in the local area network to solve the problem of insecure https prompts, and the pitfalls that have been encountered along the way. Features High performance: event-driven asynchronous architecture, capable of handling a large number of concurrent connections Static resource server: deploy front-end static pages and static resources Reverse proxy server: receives client requests and forwards the requests to back-end services, which can implement functions such as load balancing, request distribution and caching Support HTTPS usage Configure domain name forwarding to project services Forward the external network penetration request to the LAN…