Enable HTTP/2

This commit is contained in:
6543 2021-01-23 00:15:42 +01:00
parent f9da529749
commit 476cc11b68
Signed by: 6543
GPG Key ID: C99B82E40B027BAE
2 changed files with 4 additions and 4 deletions

View File

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

View File

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