mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
committed by
Matt Stauffer
parent
e5e7c74f1d
commit
9b83e9d015
@@ -41,7 +41,7 @@ function __construct(Brew $brew, CommandLine $cli, Filesystem $files,
|
||||
function install()
|
||||
{
|
||||
if (!$this->brew->hasInstalledNginx()) {
|
||||
$this->brew->installOrFail('nginx', ['--with-http2']);
|
||||
$this->brew->installOrFail('nginx', []);
|
||||
}
|
||||
|
||||
$this->installConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user