1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 17:47:28 +01:00

chore: fixes typos

This commit is contained in:
Amir Raminfar
2023-10-25 13:56:56 -07:00
parent fd24659903
commit 9a2935d3d4

View File

@@ -4,7 +4,7 @@ title: Authentication
# Setting Up Authentication
Dozzle support two models for authentication. If you have already setup authentication behind a proxy then Dozzle can work out of the box by reading forwarded headers. If you do not currently have an authentication solution then Dozzle has a simple file based user management solution. Authentication providers are setup using `--auth-provider` flag.
Dozzle support two models of authentication. If you have already setup authentication behind a proxy then Dozzle can work out of the box by reading forwarded headers. If you do not currently have an authentication solution then Dozzle has a simple file based user management solution. Authentication providers are setup using `--auth-provider` flag.
## Forward Proxy
@@ -124,7 +124,6 @@ services:
```
```yaml [configuration.yml]
---
###############################################################
# Authelia configuration #
###############################################################