1
0
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:
Mikaël Popowicz
2020-11-29 09:18:47 +01:00
parent a419fb11fe
commit a11c086c3f

View File

@@ -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