docs/vmauth.md: typo fix

This commit is contained in:
Aliaksandr Valialkin 2024-07-25 10:18:16 +02:00
parent e280d90e9a
commit 08071326cc
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB

View File

@ -687,7 +687,7 @@ when proxying requests to the `backend:1234`:
```yaml ```yaml
unauthorized_user: unauthorized_user:
url_prefix: "http://backend:1234/" 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): 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):