We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff388f5 commit 2c9fbf8Copy full SHA for 2c9fbf8
Resources/nginx/ssl/ssl.sample.conf
@@ -1,7 +1,8 @@
1
# Copy this file to ssl.conf, add certificate and private key to enable ssl
2
3
-listen 443 ssl http2;
4
-listen [::]:443 ssl http2;
+listen 443 ssl;
+listen [::]:443 ssl;
5
+http2 on;
6
7
ssl_certificate /ssl/cert.cer;
8
ssl_certificate_key /ssl/key.key;
0 commit comments