nginx報錯 the "ssl" directive is deprecated, use the "listen ... ssl"

nginx報錯 the “ssl” directive is deprecated, use the “listen … ssl”

如果使用listen 443 ssl,刪除ssl on就行了。

改成

server {
	listen 443 ssl;
}

[體驗前端面試題小程序]

在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章