nginx 基础
Posted 静以修身
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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会自动分发请求到指定服务器
以上是关于nginx 基础的主要内容,如果未能解决你的问题,请参考以下文章