summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorshowipintbri <40892800+showipintbri@users.noreply.github.com>2021-09-02 16:46:54 -0400
committerGitHub <noreply@github.com>2021-09-02 16:46:54 -0400
commita0df25d7ed582fe0fd5fe1bbe0ab5de853af1d8d (patch)
treec3987c391a8bf9b46d5fbd52b1a63386bbff8459 /docs
parentf00e744e0920eb79d08813a7db673007286e09ce (diff)
downloadvyos-documentation-a0df25d7ed582fe0fd5fe1bbe0ab5de853af1d8d.tar.gz
vyos-documentation-a0df25d7ed582fe0fd5fe1bbe0ab5de853af1d8d.zip
Grammar corrections
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/service/https.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/https.rst
index 1f1e2aa9..4569e867 100644
--- a/docs/configuration/service/https.rst
+++ b/docs/configuration/service/https.rst
@@ -4,7 +4,7 @@
HTTP-API
########
-VyOS provide a HTTP API. You can use it to execute op-mode commands,
+VyOS provide an HTTP API. You can use it to execute op-mode commands,
update VyOS, set or delete config.
Please take a look at the :ref:`vyosapi` page for an detailed how-to.
@@ -15,7 +15,7 @@ Configuration
.. cfgcmd:: set service https api keys id <name> key <apikey>
- Set an named api key, every key have the same, full permissions
+ Set a named api key. Every key has the same, full permissions
on the system.
.. cfgcmd:: set service https api debug
@@ -25,7 +25,7 @@ Configuration
.. cfgcmd:: set service https api port
- Set the listen port of the local API, this have non effect of the
+ Set the listen port of the local API, this has no effect on the
webserver. The default is port 8080
.. cfgcmd:: set service https api strict
@@ -42,11 +42,11 @@ Configuration
.. cfgcmd:: set service https virtual-host <vhost> server-name <text>
- Server names for virtual hosts it ca be exact, wildcard or regex.
+ Server names for virtual hosts it can be exact, wildcard or regex.
.. cfgcmd:: set service https api-restrict virtual-host <vhost>
- Nginx exposes the local API on all virtual servers, by default
+ By default, nginx exposes the local API on all virtual servers.
Use this to restrict nginx to one or more virtual hosts.
.. cfgcmd:: set service https certificates certbot domain-name <text>
@@ -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