Merge pull request #2932 from nietzscheanic/patch-1
Fix for ignored ssl_protocols and ssl_ciphers directive in conf.d/inc…
This commit is contained in:
commit
aee93a2f6f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ server {
|
|||
server_name localhost;
|
||||
access_log /data/logs/fallback_access.log standard;
|
||||
error_log /dev/null crit;
|
||||
include conf.d/include/ssl-ciphers.conf;
|
||||
ssl_reject_handshake on;
|
||||
|
||||
return 444;
|
||||
|
|
Loading…
Reference in a new issue