1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Fix typo in Traefik reverse proxy docs

Slight typo in the Traefik reverse proxy docs. Found through running into the issue on my own instance.
This commit is contained in:
DAHPr0gram3r 2022-03-17 18:26:15 +00:00 committed by Alexander Graf
parent 0b25854de0
commit 77ad6d19ae
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

View File

@ -189,7 +189,7 @@ Mailu must also be configured with the information what header is used by the re
.. code-block:: docker
#mailu.env file
REAL_IP_HEADER=X-Real-IP
REAL_IP_HEADER=X-Real-Ip
REAL_IP_FROM=x.x.x.x,y.y.y.y.y
#x.x.x.x,y.y.y.y.y is the static IP address your reverse proxy uses for connecting to Mailu.