Skip to content

Commit 2c9fbf8

Browse files
committed
refactor: move http2 keyword
1 parent ff388f5 commit 2c9fbf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Resources/nginx/ssl/ssl.sample.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Copy this file to ssl.conf, add certificate and private key to enable ssl
22

3-
listen 443 ssl http2;
4-
listen [::]:443 ssl http2;
3+
listen 443 ssl;
4+
listen [::]:443 ssl;
5+
http2 on;
56

67
ssl_certificate /ssl/cert.cer;
78
ssl_certificate_key /ssl/key.key;

0 commit comments

Comments
 (0)