|
|
@ -136,6 +136,8 @@ class NginxVhostFactory |
|
|
|
->addMenuItem($checkbox) |
|
|
|
->addLineBreak('-'); |
|
|
|
|
|
|
|
var_dump($vhost); die(); |
|
|
|
|
|
|
|
if ($vhost['ssl'] === true) { |
|
|
|
if ($vhost['ssl_certificate_exists']) { |
|
|
|
$builder->addStaticItem('expired_at: '.$vhost['ssl_certificate_expired_at']); |
|
|
|