|
@ -83,6 +83,8 @@ class NginxVhostHelper |
|
|
if (count($matches) >= 2) { |
|
|
if (count($matches) >= 2) { |
|
|
$result['ssl'] = true; |
|
|
$result['ssl'] = true; |
|
|
|
|
|
|
|
|
|
|
|
var_dump($matches); die(); |
|
|
|
|
|
|
|
|
if (file_exists($matches[0]) && file_exists($matches[1])) { |
|
|
if (file_exists($matches[0]) && file_exists($matches[1])) { |
|
|
$result['ssl_certificate_exists'] = true; |
|
|
$result['ssl_certificate_exists'] = true; |
|
|
} |
|
|
} |
|
|