summaryrefslogtreecommitdiffstats
path: root/docs/Running-behind-haproxy.md
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2020-01-02 09:37:15 +0200
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2020-01-02 09:37:15 +0200
commitecc05bbdb68603e0c46d9d413a23cd7a5c669364 (patch)
treef4ef0d326ef7ff632a0d2799bffcc881fa56c035 /docs/Running-behind-haproxy.md
parentef0be0c5064b1614a13fa26e8f5f5a8bfd253698 (diff)
Fix typos (#7375)
Diffstat (limited to 'docs/Running-behind-haproxy.md')
-rw-r--r--docs/Running-behind-haproxy.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Running-behind-haproxy.md b/docs/Running-behind-haproxy.md
index cf411b9f86..a50cccb425 100644
--- a/docs/Running-behind-haproxy.md
+++ b/docs/Running-behind-haproxy.md
@@ -26,7 +26,7 @@ A simple example where the base URL, say <http://example.com>, is used with no s
### Frontend
-Create a frontend to recieve the request.
+Create a frontend to receive the request.
```conf
frontend http_frontend
@@ -80,7 +80,7 @@ frontend http_frontend
### Backend
-Same as simple example, expept remove `/netdata/` with regex.
+Same as simple example, except remove `/netdata/` with regex.
```conf
backend netdata_backend