Merge pull request #1043 from coreos-inc/proxyhttp2

Enable HTTP2 under proxy protocol
This commit is contained in:
josephschorr 2015-12-08 15:38:31 -05:00
commit c7fa613b99

View file

@ -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