mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
Adding proxy --unsecure option description.
This commit is contained in:
@@ -188,7 +188,9 @@
|
|||||||
Site::proxyCreate($domain, $host, $unsecure);
|
Site::proxyCreate($domain, $host, $unsecure);
|
||||||
Nginx::restart();
|
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
|
* Delete an Nginx proxy config
|
||||||
|
|||||||
Reference in New Issue
Block a user