switched nginx from boringssl to libressl
All checks were successful
CI / Build nginx docker images (push) Successful in 16s

This commit is contained in:
2025-04-16 20:28:41 +08:00
parent 90d382be33
commit 8b0c982b25
6 changed files with 250 additions and 201 deletions

View File

@@ -11,6 +11,7 @@ server {
}
server {
listen 443 ssl http2 default_server;
listen 443 ssl default_server;
http2 on;
ssl_reject_handshake on;
}