diff --git a/conf/proxy-protocol.conf b/conf/proxy-protocol.conf index 650502409..17d5ec372 100644 --- a/conf/proxy-protocol.conf +++ b/conf/proxy-protocol.conf @@ -1,6 +1,6 @@ # vim: ft=nginx -set_real_ip_from 10.0.0.0/8 +set_real_ip_from 10.0.0.0/8; real_ip_header proxy_protocol; log_format elb_pp '$proxy_protocol_addr - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent '