switched nginx from boringssl to libressl
All checks were successful
CI / Build nginx docker images (push) Successful in 16s
All checks were successful
CI / Build nginx docker images (push) Successful in 16s
This commit is contained in:
@@ -11,6 +11,7 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2 default_server;
|
||||
listen 443 ssl default_server;
|
||||
http2 on;
|
||||
ssl_reject_handshake on;
|
||||
}
|
||||
|
Reference in New Issue
Block a user