We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f38cb5b + 8105463 commit aee93a2Copy full SHA for aee93a2
docker/rootfs/etc/nginx/conf.d/default.conf
@@ -32,6 +32,7 @@ server {
32
server_name localhost;
33
access_log /data/logs/fallback_access.log standard;
34
error_log /dev/null crit;
35
+ include conf.d/include/ssl-ciphers.conf;
36
ssl_reject_handshake on;
37
38
return 444;
0 commit comments