diff --git a/cli/valet.php b/cli/valet.php index 3850ba7..11364f2 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -188,7 +188,9 @@ Site::proxyCreate($domain, $host, $unsecure); Nginx::restart(); - })->descriptions('Create an Nginx proxy site for the specified host. Useful for docker, mailhog etc.'); + })->descriptions('Create an Nginx proxy site for the specified host. Useful for docker, mailhog etc.', [ + '--unsecure' => 'Create a proxy without SSL' + ]); /** * Delete an Nginx proxy config