From 73557f20b9dacd4e99d8976c7e69f2831b95ede1 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Thu, 22 Jan 2015 12:16:04 -0500 Subject: [PATCH] add missing semicolon --- conf/proxy-protocol.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '