|
|
@ -1,6 +1,5 @@ |
|
|
|
<p alt="up—quick server blocks in one command" align="center"><img height="80"src="assets/up.png"></p> |
|
|
|
|
|
|
|
--- |
|
|
|
<p align="center">quick <em>nginx</em> server blocks in one command</p> |
|
|
|
|
|
|
|
<br /> |
|
|
@ -15,8 +14,6 @@ |
|
|
|
|
|
|
|
**`up`** is a command line application that creates nginx server blocks quickly with a single command. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://nginx.org) installed. |
|
|
@ -33,8 +30,6 @@ You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://ngin |
|
|
|
|
|
|
|
> `up` is now available as a command. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## Commands |
|
|
|
|
|
|
|
`up static <domain>` - Create new static server at current folder. |
|
|
@ -45,8 +40,6 @@ You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://ngin |
|
|
|
|
|
|
|
`up kill <domain>` - Kill the server for this domain. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## Examples: |
|
|
|
|
|
|
|
`up static example.com` will serve a static website from current folder. |
|
|
|