Ajoute un entête X-Real-Ip vers les machines mandatées
This commit is contained in:
parent
2cc2acbf06
commit
f4316c5ed7
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,11 @@ SecRequestBodyLimitAction ProcessPartial
|
||||||
ProxyPass /balancer-manager !
|
ProxyPass /balancer-manager !
|
||||||
ProxyPass / $protoDest://$urlDest/
|
ProxyPass / $protoDest://$urlDest/
|
||||||
ProxyPassReverse / $protoDest://$vhostFQDN/
|
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
|
# Configuration du chemin vers la page de status du load balancer
|
||||||
<Location "/balancer-manager">
|
<Location "/balancer-manager">
|
||||||
SecRuleEngine off
|
SecRuleEngine off
|
||||||
|
|
Loading…
Reference in a new issue