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 31aa9c9 commit 288086cCopy full SHA for 288086c
rootfs/etc/nginx/conf.d/default.conf
@@ -47,7 +47,7 @@ server {
47
48
ssl_certificate /data/nginx/dummycert.pem;
49
ssl_certificate_key /data/nginx/dummykey.pem;
50
- ssl_ciphers aNULL;
+ include conf.d/include/ssl-ciphers.conf;
51
52
return 444;
53
}
0 commit comments