日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

nginx: [warn] the “ssl“ directive is deprecated, use the “listen ... ssl“ directive instead in

發(fā)布時間:2024/9/19 70 豆豆
生活随笔 收集整理的這篇文章主要介紹了 nginx: [warn] the “ssl“ directive is deprecated, use the “listen ... ssl“ directive instead in 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

前言

  • CentOS Linux release 8.2.2004 (Core)
  • phpstdy X1.26
  • nginx1.15

錯誤內容

nginx: [warn] the “ssl” directive is deprecated, use the “l(fā)isten … ssl” directive instead in /usr/local/phpstudy/vhost/nginx/1xxx.com_80.conf:6

分析

http://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl

This directive was made obsolete in version 1.15.0. The ssl parameter of the listen directive should be used instead.

解決辦法

  • 刪除 ssl on; 指令
  • 在 listen 指令中添加 ssl 參數(shù)
  • server{listen 80 ;listen 443 default ssl;server_name xxx.com ;ssl_certificate /usr/local/phpstudy/vhost/nginx/ssl/20210709_xxx.com.pem;ssl_certificate_key /usr/local/phpstudy/vhost/nginx/ssl/20210709_xxx.com.key;... }

    總結

    以上是生活随笔為你收集整理的nginx: [warn] the “ssl“ directive is deprecated, use the “listen ... ssl“ directive instead in的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。