Skip to content

Commit d07b2ad

Browse files
committed
modified comment
1 parent 1429726 commit d07b2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/nginx_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ function update($event_name, $data) {
16211621
// set logging variable
16221622
$vhost_data['logging'] = $web_config['logging'];
16231623

1624-
// check if OpenSSL and Nginx supports TLS 1.3
1624+
// Provide TLS 1.3 support if Nginx is >= 1.13.0 and when it was linked against OpenSSL(>=1.1.1) at build time.
16251625
$output = $app->system->exec_safe('nginx -V 2>&1');
16261626

16271627
if(preg_match('/built with OpenSSL\s*(\d+)(\.(\d+)(\.(\d+))*)?(\D|$)/i', $output[0], $matches)) {

0 commit comments

Comments
 (0)