nginx 基础

同步和阻塞,异步和非阻塞

http://yaocoder.blog.51cto.com/2668309/1308899  (51CTO)

https://segmentfault.com/a/1190000003063859 (Linux IO模式及 select、poll、epoll详解)

nginx安装

http://www.runoob.com/linux/nginx-install-setup.html

注意事项:

1.配置文件 /usr/local/nginx/conf/nginx.conf 中配置集群地址

2.通过nginx配置的地址,访问nginx地址,nginx会自动分发请求到指定服务器

原文地址:https://www.cnblogs.com/zzPrince/p/5614732.html