Skip to content

Commit 33b0203

Browse files
Enable HTTP2
1 parent c2c7c0f commit 33b0203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
listen 443 ssl;
1+
listen 443 ssl http2;
22
ssl_certificate /etc/letsencrypt/live/uspgamedev.org/fullchain.pem;
33
ssl_certificate_key /etc/letsencrypt/live/uspgamedev.org/privkey.pem;
44
ssl_trusted_certificate /etc/letsencrypt/live/uspgamedev.org/chain.pem;

0 commit comments

Comments
 (0)