mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -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) ] );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user