nginx配置:---此处选择默认

Posted fzj读你

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx配置:---此处选择默认相关的知识,希望对你有一定的参考价值。

第一步:解压tar -zxvf ****.gz;
第二步:分别进入解压包目录
    1  gzip模块需要 zlib 库
        zlib: ./configure & make & make intall
    2  rewrite模块需要 pcre 库
        pcre:./configure & make & make intall
    3  ssl 功能需要openssl库:
        openssl:./config & make & make intall
    4  1,2,3遇到错误一般都是缺少编译的条件,利用yum安装便可。
第三步: nginx选择默认安装,不默认安装请指定前缀--prefix。
       ./configure  //--prifix=
       make
       make install

以上是关于nginx配置:---此处选择默认的主要内容,如果未能解决你的问题,请参考以下文章

谈Nginx的Location匹配优先级

谈Nginx的Location匹配优先级

nginx 静态资源访问配置

12.Nginx介绍,安装,配置默认虚拟主机,重定向

nginx介绍 - 默认配置

Nginx 进行性能配置