mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Adding proxy --unsecure option description.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user