Enable HTTP2 under proxy protocol
This commit is contained in:
parent
37dec895ce
commit
a25572f2b3
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