From 312ba536d9c21c70bafa1593b050867e5de22ecd Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 21 Jan 2015 11:19:41 -0500 Subject: [PATCH] move proxy protocol to ssl listen directive --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 234839e53..a8e6e39fc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,7 +12,7 @@ http { server { include server-base.conf; - listen 443 default; + listen 443 default proxy_protocol; ssl on; ssl_certificate ./stack/ssl.cert;