diff --git a/nginxconf/flashy.cards b/nginxconf/flashy.cards index ab1b1a0..7ed6957 100644 --- a/nginxconf/flashy.cards +++ b/nginxconf/flashy.cards @@ -27,6 +27,7 @@ server { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header REMOTE_ADDR $remote_addr; } location ^~ /jenkins {