Skip to content

Commit 288086c

Browse files
jlesagejc21
authored andcommitted
Selection of the ssl protocols/ciphers is done using the default server block. (NginxProxyManager#189)
1 parent 31aa9c9 commit 288086c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/etc/nginx/conf.d/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ server {
4747

4848
ssl_certificate /data/nginx/dummycert.pem;
4949
ssl_certificate_key /data/nginx/dummykey.pem;
50-
ssl_ciphers aNULL;
50+
include conf.d/include/ssl-ciphers.conf;
5151

5252
return 444;
5353
}

0 commit comments

Comments
 (0)