From 77ad6d19ae7420e2ecf22caf5fcff763538e8273 Mon Sep 17 00:00:00 2001 From: DAHPr0gram3r Date: Thu, 17 Mar 2022 18:26:15 +0000 Subject: [PATCH] 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. --- docs/reverse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reverse.rst b/docs/reverse.rst index 8d0dcc8e..91c6f67e 100644 --- a/docs/reverse.rst +++ b/docs/reverse.rst @@ -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.