Latest update - GitHub ebd18ec

This commit is contained in:
2024-11-01 21:11:51 +09:00
parent 671ee2f9ee
commit ba676aaec9
8 changed files with 112 additions and 8 deletions
+2
View File
@@ -3735,7 +3735,9 @@ ngx_http_proxy_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
ngx_conf_merge_bitmask_value(conf->ssl_protocols, prev->ssl_protocols,
(NGX_CONF_BITMASK_SET
#ifndef SSL_OP_NO_TLSv1_2
|NGX_SSL_TLSv1|NGX_SSL_TLSv1_1
#endif
|NGX_SSL_TLSv1_2|NGX_SSL_TLSv1_3));
ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers,