switched nginx from boringssl to libressl
Some checks failed
CI / Build nginx docker images (push) Failing after 10s

This commit is contained in:
2025-04-16 20:28:41 +08:00
parent 90d382be33
commit 8d7f100f1d
6 changed files with 247 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;
}