fix(docs): Update link to Lite bundle (#2048)

pull/2050/head
Frederic Hemberger 2021-06-01 01:17:26 +02:00 committed by GitHub
parent 05df642f3e
commit 4cfda7eece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ setup can easily be adapted to utilise said [service](../configuration/storage/i
## Reverse Proxy ## Reverse Proxy
The [Lite bundle](https://github.com/authelia/authelia/blob/master/compose/lite/docker-compose.yml) The [Lite bundle](https://github.com/authelia/authelia/blob/master/examples/compose/lite/docker-compose.yml)
provides pre-made examples with [Traefik2.x](./supported-proxies/traefik2.x.md), you can swap this provides pre-made examples with [Traefik2.x](./supported-proxies/traefik2.x.md), you can swap this
out for any of the [supported proxies](./supported-proxies/index.md). out for any of the [supported proxies](./supported-proxies/index.md).
@ -50,4 +50,4 @@ This documentation gives instructions that will make **Authelia** non
resilient to failures and non scalable by preventing you from running multiple resilient to failures and non scalable by preventing you from running multiple
instances of the application. This means that **Authelia** won't be able to distribute instances of the application. This means that **Authelia** won't be able to distribute
the load across multiple servers and it will prevent failover in case of a the load across multiple servers and it will prevent failover in case of a
crash or an hardware issue. crash or an hardware issue.