diff options
author | Leandro Repetto <42899092+LeanRepe@users.noreply.github.com> | 2022-04-20 16:26:11 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 16:26:11 -0300 |
commit | b9cabb5363487e4fd9c1a548f37509a63425514d (patch) | |
tree | 511b06fe250bed3b55f5c1fd3c1fd18acd13b195 | |
parent | 86271c1d8358839c5815cb2fbe90a8495b330be7 (diff) | |
parent | 24b344b656283d53d986a4b601daf34120505455 (diff) | |
download | vyos-documentation-b9cabb5363487e4fd9c1a548f37509a63425514d.tar.gz vyos-documentation-b9cabb5363487e4fd9c1a548f37509a63425514d.zip |
Merge branch 'vyos:master' into interrouting
-rw-r--r-- | docs/configuration/service/https.rst | 3 | ||||
-rw-r--r-- | requirements.txt | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/https.rst index c44fffd9..22533db5 100644 --- a/docs/configuration/service/https.rst +++ b/docs/configuration/service/https.rst @@ -32,7 +32,8 @@ Configuration Enforce strict path checking -.. cfgcmd:: set service https virtual-host <vhost> listen-address +.. cfgcmd:: set service https virtual-host <vhost> listen-address + <ipv4 or ipv6 address> Address to listen for HTTPS requests diff --git a/requirements.txt b/requirements.txt index 517e60ab..61441cfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ sphinx-rtd-theme==1.0.0 sphinx-autobuild==2021.3.14 sphinx-notfound-page==0.8 lxml==4.8.0 -myst-parser==0.17.0 -sphinx-panels==0.6.0
\ No newline at end of file +myst-parser==0.17.1 +sphinx-panels==0.6.0 |