From 2e3510f9886a5512b320267f21035d291c2fb3f5 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 22 Nov 2023 11:05:18 +0100 Subject: http: T5762: rename "virtual-host listen-port" -> "virtual-host port" --- docs/configuration/service/https.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/https.rst index b767cb77..eb2e30eb 100644 --- a/docs/configuration/service/https.rst +++ b/docs/configuration/service/https.rst @@ -32,7 +32,7 @@ Configuration Address to listen for HTTPS requests -.. cfgcmd:: set service https virtual-host listen-port <1-65535> +.. cfgcmd:: set service https virtual-host port <1-65535> Port to listen for HTTPS requests; default 443 @@ -82,6 +82,6 @@ To use this full configuration we asume a public accessible hostname. set service https certificates certbot domain-name rtr01.example.com set service https certificates certbot email mail@example.com set service https virtual-host rtr01 listen-address 198.51.100.2 - set service https virtual-host rtr01 listen-port 11443 + set service https virtual-host rtr01 port 11443 set service https virtual-host rtr01 server-name rtr01.example.com set service https api-restrict virtual-host rtr01 -- cgit v1.2.3