瀏覽代碼

Selection of the ssl protocols/ciphers is done using the default server block. (#189)

Jocelyn Le Sage 6 年之前
父節點
當前提交
288086c78d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rootfs/etc/nginx/conf.d/default.conf

+ 1 - 1
rootfs/etc/nginx/conf.d/default.conf

@@ -47,7 +47,7 @@ server {
 
   ssl_certificate /data/nginx/dummycert.pem;
   ssl_certificate_key /data/nginx/dummykey.pem;
-  ssl_ciphers aNULL;
+  include conf.d/include/ssl-ciphers.conf;
 
   return 444;
 }