Skip to content

Commit 8213e7c

Browse files
authored
feat: enable http2 (#269)
1 parent 3b2e4a7 commit 8213e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/default.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
22
listen 80;
3-
listen 443 ssl;
3+
listen 443 ssl http2;
44

55
ssl_certificate /etc/nginx/ssl/nginx.crt;
66
ssl_certificate_key /etc/nginx/ssl/nginx.key;

0 commit comments

Comments
 (0)