We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2e4a7 commit 8213e7cCopy full SHA for 8213e7c
nginx/default.conf
@@ -1,6 +1,6 @@
1
server {
2
listen 80;
3
- listen 443 ssl;
+ listen 443 ssl http2;
4
5
ssl_certificate /etc/nginx/ssl/nginx.crt;
6
ssl_certificate_key /etc/nginx/ssl/nginx.key;
0 commit comments