Merge branch 'master' of github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2021-11-21 15:37:52 -08:00
3 changed files with 13 additions and 11 deletions

View File

@@ -638,6 +638,7 @@ if ($in{'protocols_def'}) {
else {
my @prots = split(/\0/, $in{'protocols'});
@prots || &error($text{'core_eprotocols'});
@prots = sort @prots;
return ( [ join(" ", @prots) ] );
}
}

View File

@@ -385,11 +385,12 @@ core_altnames=Alternate virtual server names
core_hostname=Server hostname
core_virtaddr=Addresses for name virtual servers
core_virtaddr_star=Include all addresses
core_protocols=HTTP protocols to accept
core_protocols_sel=Selected protocols :
core_protocols_http/1.1=HTTP 1.1
core_protocols_h2=HTTP2 encrypted
core_protocols_h2c=HTTP2 unencrypted
core_protocols=HTTP protocols to use
core_protocols_sel=Selected protocols:
core_protocols_http/1.1=HTTP/1.1
core_protocols_http/2=HTTP/2
core_protocols_h2=HTTP/2 encrypted
core_protocols_h2c=HTTP/2 unencrypted
core_eprotcols=No protocols selected!
core_ekeeptout=Keep-alive timeout must be an integer
core_elqueue=Listen queue length must be an integer