summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-11-22 11:05:18 +0100
committerChristian Breunig <christian@breunig.cc>2023-11-22 11:05:25 +0100
commit2e3510f9886a5512b320267f21035d291c2fb3f5 (patch)
tree5d2692bc08536c2359a317ac59c609db535ad11e /docs
parent330514a6c99e87b3c2c73cd0344a9760060d25bf (diff)
downloadvyos-documentation-2e3510f9886a5512b320267f21035d291c2fb3f5.tar.gz
vyos-documentation-2e3510f9886a5512b320267f21035d291c2fb3f5.zip
http: T5762: rename "virtual-host listen-port" -> "virtual-host port"
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/service/https.rst4
1 files changed, 2 insertions, 2 deletions
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 <vhost> listen-port <1-65535>
+.. cfgcmd:: set service https virtual-host <vhost> 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