We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f987632 commit a73cbc7Copy full SHA for a73cbc7
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
+ include conf.d/include/ssl-ciphers.conf;
50
51
return 444;
52
}
0 commit comments