diff --git a/templates/custom_reverse_proxy.conf b/templates/custom_reverse_proxy.conf index 0e482b9..a883937 100644 --- a/templates/custom_reverse_proxy.conf +++ b/templates/custom_reverse_proxy.conf @@ -155,6 +155,11 @@ SecRequestBodyLimitAction ProcessPartial ProxyPass /balancer-manager ! ProxyPass / $protoDest://$urlDest/ ProxyPassReverse / $protoDest://$vhostFQDN/ + + # Ajoute un entete X-Real-Ip avec l'adresse du client utile à traefik, + # le cas échéant, pour propager l'adresse du vrai client jusqu'à l'application + RequestHeader set X-Real-Ip "%{REMOTE_ADDR}s" + # Configuration du chemin vers la page de status du load balancer SecRuleEngine off