Web Server Deployment - Salem73616C656D/reading-notes GitHub Wiki

Key Takeaways

NGINX was created to solve the issue of large numbers of concurrent connections to a web server. It supports HTML, WebSocket, HTTP/2, gRPC, as well as streaming formats like HDS, HLS, and RTMP. NGINX, because of its capabilities, has been commonly used as a reverse proxy and load balancer to manage/distribute incoming traffic.

Vocabulary

No new vocabulary

Conclusion

NGINX is a versatile system that can be used in many situations, and applications.