Skip to content

Commit f987632

Browse files
committed
Use default ciphers for default ssl host to prevent confusing browser errors
1 parent 7d5ca84 commit f987632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ server {
4646

4747
ssl_certificate /data/nginx/dummycert.pem;
4848
ssl_certificate_key /data/nginx/dummykey.pem;
49-
ssl_ciphers aNULL;
49+
include conf.d/include/ssl-ciphers.conf
5050

5151
return 444;
5252
}

0 commit comments

Comments
 (0)