allow to configure ALPN protocols

Fixes #1406

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-10-28 12:35:26 +02:00
parent 691e44c1dc
commit 4a15775f65
16 changed files with 129 additions and 62 deletions

View File

@@ -155,6 +155,7 @@
"min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
"protocols": [],
"prefix": "",
"proxy_allowed": [],
"client_ip_proxy_header": "",
@@ -267,6 +268,7 @@
"min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
"protocols": [],
"proxy_allowed": [],
"client_ip_proxy_header": "",
"client_ip_header_depth": 0,
@@ -370,7 +372,8 @@
"certificate_file": "",
"certificate_key_file": "",
"min_tls_version": 12,
"tls_cipher_suites": []
"tls_cipher_suites": [],
"protocols": []
},
"http": {
"timeout": 20,