ngnix安裝與配置

1.安裝依賴

        yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-develnginx

2.安裝nginx

        解壓   tar xvzf nginx-1.14.0.tar.gz app

                    ./configure ui

                    #此命令是指定nginx安裝路徑spa

                    ./configure --user=nginx --group=nginx --prefix=/app/nginx-1.14.0/ --with-http_v2_module --with-http_ssl_module --with-http_sub_module --with-http_stub_status_module --with-http_gzip_static_module --with-pcre3d

            make && make installblog

3.啓動

    默認路徑        ip

        cd /usr/local/nginx/sbin               ssl

            ./nginxopenssl

    指定配置文件域名

    /usr/local/nginx/sbin/nginx -c /app/nginx-1.14.0/conf/nginx.conf

 

4.經常使用命令  

nginx -s reload|reopen|stop|quit     #從新加載配置|重啓|中止|退出 nginx

 

 

5.配置

修改nginx.conf文件

不一樣域名,相同端口配置

同域名,根據域名後,項目名不一樣,請求項目不一樣

非80端口配置

相關文章
相關標籤/搜索