diff --git a/nginx.conf b/nginx.conf index 4a9359c8d..d6516fbe0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -49,7 +49,8 @@ http { # Consul API location /v1/ { - proxy_pass http://localhost:8500/v1/; + proxy_pass http://localhost:8500/v1/; + add_header X-Remote-IP $remote_addr; } # QAN App