diff options
author | KyleM <103862795+ServerForge@users.noreply.github.com> | 2022-07-13 22:20:48 -0400 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-07-19 20:47:42 +0200 |
commit | 3907a38ad7c7e093ec5e02a730b5882538ee6f26 (patch) | |
tree | 45f6dd5732897281fc20c2d1d5f5d087d4f686d5 /docs/configuration | |
parent | 34313b75516e5dbaa94bc6a6d067e1c276d846ea (diff) | |
download | vyos-documentation-3907a38ad7c7e093ec5e02a730b5882538ee6f26.tar.gz vyos-documentation-3907a38ad7c7e093ec5e02a730b5882538ee6f26.zip |
Update https.rst
"set service https api-restrict virtual-host rtr01.example.com" should be "set service https api-restrict virtual-host rtr01"
(cherry picked from commit 44c495b7fdc42da3b07746e5a2c9122be1b922ad)
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/service/https.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/https.rst index 18227027..de5e759a 100644 --- a/docs/configuration/service/https.rst +++ b/docs/configuration/service/https.rst @@ -93,4 +93,4 @@ To use this full configuration we asume a globally resolvable hostname. 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 server-name rtr01.example.com - set service https api-restrict virtual-host rtr01.example.com + set service https api-restrict virtual-host rtr01 |