mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-01 06:55:48 +00:00
Merge from develop v2.0.14 release (#196)
* Selection of the ssl protocols/ciphers is done using the default server block. (#189) * Fix wrap for tags (#195)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user