摘要:
转载自:https://blog.csdn.net/wangbin_0729/article/details/82109693 参考:https://www.cnblogs.com/liang-wei/p/5849771.html 1、安装Nginx在安装Nginx之前,需确保系统已经安装了gcc、 阅读全文
摘要:
一、Nginx的配置文件结构 Nginx的配置文件nginx.conf位于其安装目录的conf目录下,nginx.conf由多个块组成,最外面的块是main,main包含Events 和HTTP,HTTP包含upstream和多个Server,Server又包含多个location。其中main(全 阅读全文