You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think in order to make this script more flexible for future features, it'd be good to change the way this takes in settings so that it uses flags instead of a specific order of parameters.
For example, in order to implement #25, it'd be great to do something like virtualhost create localhost --user=www-data:www-data.
Other possible options could be:
--alias=www.example.localhost
--ssl_cert=/path/to/certificate.crt
--ssl_key=/path/to/key.key
--skip-test-file
--skip-hosts
The text was updated successfully, but these errors were encountered:
I think in order to make this script more flexible for future features, it'd be good to change the way this takes in settings so that it uses flags instead of a specific order of parameters.
For example, in order to implement #25, it'd be great to do something like
virtualhost create localhost --user=www-data:www-data
.Other possible options could be:
--alias=www.example.localhost
--ssl_cert=/path/to/certificate.crt
--ssl_key=/path/to/key.key
--skip-test-file
--skip-hosts
The text was updated successfully, but these errors were encountered: