hoost icon indicating copy to clipboard operation
hoost copied to clipboard

Add support to nginx

Open fdaciuk opened this issue 10 years ago • 0 comments

Create command to automatically add an entry in nginx config file, in any OS.

Command should looks like this:

hoost nginx add --port 80 --server_name myserver.local --access_log logs/access.log --location /public --alias /myserverpath/public --expires max

Or just:

hoost nginx add

And use inquirer to asking for port, server_name, etc.

fdaciuk avatar Nov 10 '15 16:11 fdaciuk