nginx 1.19.4 主线版发布

栏目: 软件资讯 · 发布时间: 4年前

内容简介:没投过票?千万别说你来过 OSC https://www.oschina.net/project/top_cn_2020 nginx 1.19.4 主线版已发布,更新内容如下: Feature:新增 "ssl_conf_command", "proxy_ssl_conf_command","grpc_ssl_conf_command"...

没投过票?千万别说你来过 OSC
https://www.oschina.net/project/top_cn_2020

nginx 1.19.4 主线版已发布,更新内容如下:

ssl_reject_handshake 指令位于 ngx_http_ssl_module 模块。用法如下所示,开启后服务器块中的 SSL 握手将被拒绝。

Syntax:	ssl_reject_handshake on | off;
Default:	
ssl_reject_handshake off;
Context:	http, server

例如在以下配置中,拒绝使用除example.com以外的服务器名的 SSL 握手:

server {
    listen               443 ssl;
    ssl_reject_handshake on;
}

server {
    listen              443 ssl;
    server_name         example.com;
    ssl_certificate     example.com.crt;
    ssl_certificate_key example.com.key;
}

下载地址 | 更新说明


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Growth Hacker Marketing

Growth Hacker Marketing

Ryan Holiday / Portfolio / 2013-9-3 / USD 10.31

Dropbox, Facebook, AirBnb, Twitter. A new generation of multibillion dollar brands built without spending a dime on “traditional marketing.” No press releases, no PR firms, and no billboards in Times ......一起来看看 《Growth Hacker Marketing》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

随机密码生成器
随机密码生成器

多种字符组合密码