真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

centos7.2下部署nginx-創(chuàng)新互聯(lián)

#nginx是一款功能強(qiáng)大、開源軟件

創(chuàng)新互聯(lián)專注于企業(yè)營(yíng)銷型網(wǎng)站建設(shè)、網(wǎng)站重做改版、合川網(wǎng)站定制設(shè)計(jì)、自適應(yīng)品牌網(wǎng)站建設(shè)、H5場(chǎng)景定制商城網(wǎng)站制作、集團(tuán)公司官網(wǎng)建設(shè)、外貿(mào)網(wǎng)站建設(shè)、高端網(wǎng)站制作、響應(yīng)式網(wǎng)頁(yè)設(shè)計(jì)等建站業(yè)務(wù),價(jià)格優(yōu)惠性價(jià)比高,為合川等各大城市提供網(wǎng)站開發(fā)制作服務(wù)。

1、系統(tǒng)版本和內(nèi)核版本

      [root@node06 ~]# uname -r

       3.10.0-327.el7.x86_64

      [root@node06 ~]# cat /etc/redhat-release

       CentOS Linux release 7.2.1511 (Core)

      [root@node06 ~]#

2、軟件包版本  nginx-1.11.10.tar.gz  (包的地址在介紹里)

3、安裝依賴

     [root@nginx ~]#  yum install -y gcc  pcre-devel  openssl-devel

4、創(chuàng)建nginx啟動(dòng)用戶、需要的目錄并解壓安裝包。

     [root@nginx ~]# useradd nginx

     [root@nginx ~]# mkdir -p /usr、local/nginx/{client,proxy,fastcgi,uwsgi,scgi}

     [root@nginx ~]# tar zxf nginx-1.11.10.tar.gz

     [root@nginx ~]# cd nginx-1.11.10/

5、配置nginx的安裝參數(shù)和編譯

[root@nginx nginx-1.11.4]# ./configure \

--prefix=/usr/local/nginx \

--user=nginx \

--group=nginx \

--with-http_ssl_module \

--with-http_flv_module \

--with-http_stub_status_module \

--with-http_gzip_static_module \

--http-client-body-temp-path=/usr/local/nginx/client \

--http-proxy-temp-path=/usr/local/nginx/proxy \

--http-fastcgi-temp-path=/usr/local/nginx/fastcgi \

--http-uwsgi-temp-path=/usr/local/nginx/uwsgi \

--http-scgi-temp-path=/usr/local/nginx/scgi \

--with-pcre \

--with-file-aio \

--with-http_secure_link_module

[root@nginx nginx-1.11.10]# make && make install

6、驗(yàn)證安裝是否成功

   [root@nginx ~]#cd /usr/local/nginx/

     [root@nginx ~]#ls sbin/

    nginx     證明安裝成功

7、啟動(dòng)nginx并設(shè)置開機(jī)自啟

   [root@nginx ~]# /usr/local/nginx/sbin/nginx

   [root@nginx ~]#  vim /etc/rc.d/rc.local

   /usr/local/nginx/sbin/nginx

   [root@nginx ~]# chmod a+x /etc/rc.d/rc.local  -------> centos7.2需要這一步

8、驗(yàn)證nginx是否正常啟動(dòng)

   打開網(wǎng)頁(yè)輸入    http://

   能看到nginx提供的頁(yè)面表示安裝成功

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。


文章標(biāo)題:centos7.2下部署nginx-創(chuàng)新互聯(lián)
文章來源:http://weahome.cn/article/dosppg.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部