Browse Source

web: enable http2 support

factor2
otbutz 2 years ago
parent
commit
43a7d00c63
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      doc/debian/jitsi-meet/jitsi-meet.example

+ 2
- 2
doc/debian/jitsi-meet/jitsi-meet.example View File

@@ -43,8 +43,8 @@ server {
43 43
     }
44 44
 }
45 45
 server {
46
-    listen 443 ssl;
47
-    listen [::]:443 ssl;
46
+    listen 443 ssl http2;
47
+    listen [::]:443 ssl http2;
48 48
     server_name jitsi-meet.example.com;
49 49
 
50 50
     # Mozilla Guideline v5.4, nginx 1.17.7, OpenSSL 1.1.1d, intermediate configuration

Loading…
Cancel
Save