From 08071326cc72425b879b81d2b943e3ba6a90cc29 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 25 Jul 2024 10:18:16 +0200 Subject: [PATCH] docs/vmauth.md: typo fix --- docs/vmauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmauth.md b/docs/vmauth.md index 6df14951a..e4101d76d 100644 --- a/docs/vmauth.md +++ b/docs/vmauth.md @@ -687,7 +687,7 @@ when proxying requests to the `backend:1234`: ```yaml unauthorized_user: url_prefix: "http://backend:1234/" - keep_iriginal_host: true + keep_original_host: true ``` It is also possible to set the `Host` header to arbitrary value when proxying the request to the configured backend, via [`headers` option](#modifying-http-headers):