From ff2df8b0396fcfbdd5486ed06095d5de3cc2c286 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Tue, 28 Apr 2020 21:00:10 +1000 Subject: [PATCH] [DOCS] Fix HAProxy typo (#937) --- docs/deployment/supported-proxies/haproxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/supported-proxies/haproxy.md b/docs/deployment/supported-proxies/haproxy.md index b82113a62..a93bb775c 100644 --- a/docs/deployment/supported-proxies/haproxy.md +++ b/docs/deployment/supported-proxies/haproxy.md @@ -39,7 +39,7 @@ With this configuration you can protect your virtual hosts with Authelia, by fol 1. Add host(s) to the `protected-frontends` ACL to support protection with Authelia. You can separate each subdomain with a `|` in the regex, for example: ``` - acl protected-frontends hdr(host) -m reg -i ^(jenkins|nextcloud|phpmyadmin)\.example\.com` + acl protected-frontends hdr(host) -m reg -i ^(jenkins|nextcloud|phpmyadmin)\.example\.com ``` 2. Add host ACL(s) in the form of `host-service`, this will be utilised to route to the correct backend upon successful authentication, for example: