Skip to content

Commit

Permalink
web: enable http2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
otbutz authored Oct 11, 2023
1 parent 9c04ba7 commit 43a7d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/debian/jitsi-meet/jitsi-meet.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ server {
}
}
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name jitsi-meet.example.com;

# Mozilla Guideline v5.4, nginx 1.17.7, OpenSSL 1.1.1d, intermediate configuration
Expand Down

0 comments on commit 43a7d00

Please sign in to comment.