nginx: http2 on, not just http2
This commit is contained in:
parent
58fada76d1
commit
79020115f1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ server {
|
|||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
http2;
|
||||
http2 on;
|
||||
|
||||
ssl_certificate /ssl/chain.crt;
|
||||
ssl_certificate_key /ssl/certificate.keyplain;
|
||||
|
|
Loading…
Reference in a new issue