Merge pull request #1043 from coreos-inc/proxyhttp2
Enable HTTP2 under proxy protocol
This commit is contained in:
commit
c7fa613b99
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ http {
|
||||||
server {
|
server {
|
||||||
include server-base.conf;
|
include server-base.conf;
|
||||||
|
|
||||||
listen 8443 default proxy_protocol;
|
listen 8443 ssl http2 default proxy_protocol;
|
||||||
ssl on;
|
ssl on;
|
||||||
|
|
||||||
# This header must be set only for HTTPS
|
# This header must be set only for HTTPS
|
||||||
|
|
Reference in a new issue