佳木斯湛栽影视文化发展公司

主頁 > 知識庫 > Nginx下升級https的方法步驟

Nginx下升級https的方法步驟

熱門標(biāo)簽:智能手機(jī) 使用U盤裝系統(tǒng) 硅谷的囚徒呼叫中心 美圖手機(jī) 阿里云 網(wǎng)站建設(shè) 百度競價(jià)點(diǎn)擊價(jià)格的計(jì)算公式 檢查注冊表項(xiàng)

購買證書

可以去阿里云的云盾證書服務(wù)購買

下載證書

在證書控制臺下載 Nginx 版本證書。下載到本地的壓縮文件包解壓后包含:

  • .pem 文件:證書文件
  • .key 文件:證書的私鑰文件(申請證書時(shí)如果沒有選擇 自動(dòng)創(chuàng)建CSR ,則沒有該文件)

配置Nginx

1、在 Nginx 的安裝目錄下創(chuàng)建 cert 目錄,并且將下載的全部文件拷貝到 cert 目錄中,如果申請證書時(shí)是自己創(chuàng)建的CSR文件,請將對應(yīng)的私鑰文件放到 cert 目錄下。

2、打開 Nginx 安裝目錄下 conf 目錄中的 nginx.conf 文件

#user nobody;
worker_processes 1;

#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;

#pid    logs/nginx.pid;

events {
  worker_connections 1024;
}

http {
  include    mime.types;
  default_type application/octet-stream;

  #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
  #         '$status $body_bytes_sent "$http_referer" '
  #         '"$http_user_agent" "$http_x_forwarded_for"';

  #access_log logs/access.log main;

  sendfile    on;
  #tcp_nopush   on;

  #keepalive_timeout 0;
  keepalive_timeout 65;

  gzip on;  #開啟gzip
  gzip_min_length 1k; #低于1kb的資源不壓縮
  gzip_comp_level 3; #壓縮級別【1-9】,越大壓縮率越高,同時(shí)消耗cpu資源也越多,建議設(shè)置在4左右。
  gzip_types text/plain application/javascript application/x-javascript text/javascript text/xml text/css; #需要壓縮哪些響應(yīng)類型的資源,多個(gè)空格隔開。不建議壓縮圖片,下面會講為什么。
  gzip_disable "MSIE [1-6]\."; #配置禁用gzip條件,支持正則。此處表示ie6及以下不啟用gzip(因?yàn)閕e低版本不支持)
  gzip_vary on; #是否添加“Vary: Accept-Encoding”響應(yīng)頭

  server {
    listen    80 default backlog=2048; #配置http可用
    listen    443 ssl; #配置https
    server_name localhost;

    ssl_certificate   ../cert/hzzly.pem; #配置證書文件
    ssl_certificate_key ../cert/hzzly.key; #配置私鑰文件

    ssl_session_cache  shared:SSL:1m;
    ssl_session_timeout 5m;

    ssl_ciphers HIGH:!aNULL:!MD5;
    ssl_prefer_server_ciphers on;

    location / {
      root  /home/hzzly;
      index index.html index.htm;
    }

    # location ^~ /apis/ {
    #   proxy_set_header Host $host;
    #   proxy_set_header X-Real-IP $remote_addr;
    #   proxy_set_header X-Forwarded-Server $host;
    #   # 匹配任何以 /apis/ 開始的請求,并停止匹配 其它location
    #   proxy_pass http://xxxxxxxxxx/;
    # }

    # location ^~ /assets/ {
    #   gzip_static on;
    #   expires max;
    #   add_header Cache-Control public;
    # }
  }
}

3、重啟 Nginx

$ cd /usr/local/nginx/sbin
$ ./nginx -s reload

錯(cuò)誤詳解

1、Nginx如果未開啟SSL模塊,配置Https時(shí)提示錯(cuò)誤

nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in ...

Nginx開啟SSL模塊

切換到源碼包:

$ cd /usr/local/src/nginx-1.16.0

修改新的configure參數(shù)

$ ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module

配置完成后,運(yùn)行命令

$ make //這里不要進(jìn)行make install,否則就是覆蓋安裝

備份原有已安裝好的nginx

$ cp /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.bak

將剛剛編譯好的nginx覆蓋掉原有的nginx

$ cp ./objs/nginx /usr/local/nginx/sbin/

重啟 Nginx

$ cd /usr/local/nginx/sbin
$ ./nginx -s reload

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

標(biāo)簽:湘潭 煙臺 通遼 湖北 山南 懷化 黃山 賀州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Nginx下升級https的方法步驟》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    闸北区| 临颍县| 长子县| 华宁县| 昔阳县| 分宜县| 太康县| 集贤县| 永吉县| 山阳县| 永安市| 敦化市| 左云县| 五指山市| 北海市| 岐山县| 广南县| 开原市| 临猗县| 卢湾区| 光山县| 绵阳市| 商洛市| 泊头市| 龙海市| 达州市| 罗田县| 宿迁市| 阿巴嘎旗| 海城市| 庆阳市| 新宁县| 胶州市| 曲麻莱县| 璧山县| 南靖县| 儋州市| 泰顺县| 襄城县| 绥江县| 循化|