From 64e7f80d41bf49135cad9b7e8241eb90878cc5bd Mon Sep 17 00:00:00 2001 From: contrun Date: Wed, 22 Sep 2021 11:38:02 +0800 Subject: [PATCH] docs: update traefik forwardauth link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c292f4cb6..c94254119 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ This is a list of the key features of Authelia: * Support of basic authentication for endpoints protected by the one-factor policy. * Highly available using a remote database and Redis as a highly available KV store. * Compatible with [Traefik](https://doc.traefik.io/traefik) out of the box using the - [ForwardAuth](https://doc.traefik.io/traefik/middlewares/forwardauth/) middleware. + [ForwardAuth](https://doc.traefik.io/traefik/middlewares/http/forwardauth/) middleware. * Curated configuration from [LinuxServer](https://www.linuxserver.io/) via their [Swag](https://docs.linuxserver.io/general/swag) container as well as a [guide](https://blog.linuxserver.io/2020/08/26/setting-up-authelia/).