From 11b0c06e47d7b520860944d56f2f76c58177073a Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Mon, 2 Mar 2020 21:29:07 -0600 Subject: service https: T2157: Organize server block directives as 'virtual host' --- interface-definitions/https.xml.in | 46 +++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 18 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index 4f940f7f6..1d986b2b4 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -1,6 +1,7 @@ + @@ -9,28 +10,37 @@ 1001 - + - Addresses to listen for HTTPS requests - - ipv4 - HTTPS IPv4 address - - - ipv6 - HTTPS IPv6 address - - - '*' - any - + Identifier for virtual host - - - \*$ + [a-zA-Z0-9-_.:]{1,255} + illegal characters in identifier or identifier longer than 255 characters + + + Address to listen for HTTPS requests + + ipv4 + HTTPS IPv4 address + + + ipv6 + HTTPS IPv6 address + + + '*' + any + + + + + \*$ + + + Port to listen for HTTPS requests; default 443 @@ -45,7 +55,7 @@ - Server names: exact, wildcard, regex, or '_' (any) + Server names: exact, wildcard, or regex -- cgit v1.2.3