diff options
author | Robert Göhler <github@ghlr.de> | 2021-09-04 19:22:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-04 19:22:29 +0200 |
commit | dc116b6d9fa8f6a4b8aa19ecf3f5fc02ce4b4d12 (patch) | |
tree | 16aa3b0e02de4896a54cee2bef0449dba7126c18 /docs | |
parent | c9124475204321278e77619a58b9e183b9e7be10 (diff) | |
parent | b93df1e691563ff9ad29ccd448a9c677ba6a8b5c (diff) | |
download | vyos-documentation-dc116b6d9fa8f6a4b8aa19ecf3f5fc02ce4b4d12.tar.gz vyos-documentation-dc116b6d9fa8f6a4b8aa19ecf3f5fc02ce4b4d12.zip |
Merge pull request #609 from showipintbri/patch-4
Spelling Corrections
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/https.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/https.rst index 1f1e2aa9..a169e68e 100644 --- a/docs/configuration/service/https.rst +++ b/docs/configuration/service/https.rst @@ -78,7 +78,7 @@ Set an API-KEY is the minimal configuration to get a working API Endpoint. set service https api keys id MY-HTTPS-API-ID key MY-HTTPS-API-PLAINTEXT-KEY -To use this full configuration we asume a publice accessable hostname. +To use this full configuration we asume a public accessible hostname. .. code-block:: none @@ -88,4 +88,4 @@ To use this full configuration we asume a publice accessable 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
\ No newline at end of file + set service https api-restrict virtual-host rtr01.example.com |