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.
2 parents e923db7 + 7f8b185 commit e2ac3b4Copy full SHA for e2ac3b4
rootfs/etc/nginx/conf.d/default.conf
@@ -46,7 +46,7 @@ server {
46
47
ssl_certificate /data/nginx/dummycert.pem;
48
ssl_certificate_key /data/nginx/dummykey.pem;
49
- include conf.d/include/ssl-ciphers.conf;
+ ssl_ciphers aNULL;
50
51
return 444;
52
}
0 commit comments