From a25572f2b3894dd3cfca7fd8378a632e50b817a6 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 8 Dec 2015 15:36:26 -0500 Subject: [PATCH] Enable HTTP2 under proxy protocol --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index a95680c8d..adfe42f1c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -35,7 +35,7 @@ http { server { include server-base.conf; - listen 8443 default proxy_protocol; + listen 8443 ssl http2 default proxy_protocol; ssl on; # This header must be set only for HTTPS