1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-09-01 12:21:57 +03:00

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

This commit is contained in:
Jocelyn Le Sage
2019-08-20 20:52:00 -04:00
committed by jc21
parent 31aa9c9644
commit 288086c78d

View File

@@ -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;
}