04 2016 档案
摘要:nginx的http web功能 必须使用虚拟机来配置站点:每个虚拟主机使用一个server{}段来配置 非虚拟主机的配置、公共选项,需要定义在server之外,http之内 http{ directive value; .... server{ } server{ } ...... } 1.ser
阅读全文
摘要:配置文件 正常运行的必备配置: 1.user username [groupname];(推荐nginx) 以那个用户身份运行,以在configure指定的用户为准 2.pid /path/to/pid_filename; 指定nginx的pid文件 3.worker_rlimit_nofile #
阅读全文
摘要:1 编译环境 yum -y groupinstall "Development Tools" "Server Platform Development" 1 编译环境 yum -y groupinstall "Development Tools" "Server Platform Developme
阅读全文
浙公网安备 33010602011771号