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:
jc21 2023-07-20 12:25:09 +10:00 committed by GitHub
commit aee93a2f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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