Enable HTTP/2
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
root /var/www/html;
|
||||
index index.html;
|
||||
|
Reference in New Issue
Block a user