Browse Source

adding #45

master
Björn 4 years ago
parent
commit
bb342dd389
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Factories/NginxVhostFactory.php

+ 1
- 1
app/Factories/NginxVhostFactory.php View File

@ -151,7 +151,7 @@ class NginxVhostFactory
system('php '.base_path().'/mcp lets-encrypt:add '.$email.' '.$vhost['domain']);
if ($vhost['redirect_www'] === true) {
system('php '.base_path().' mcp lets-encrypt:add '.$email.' www.'.$vhost['domain']);
system('php '.base_path().'/mcp lets-encrypt:add '.$email.' www.'.$vhost['domain']);
}
});


Loading…
Cancel
Save