From 037f4b78ef8a8e567db6fc7c83fd68c31aadf0b0 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Mon, 30 Oct 2017 05:16:04 +0530 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b4ad5ee..82b681a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,17 @@ +




+

quick nginx server blocks in one command

-
-
-
- -> ⚠️ ❌ `up` is not ready for use yet! Do not attempt to use this! - -
+




# up **`up`** is a command line application that creates nginx server blocks quickly with a single command. +> ⚠️ ❌ `up` is not ready for use yet! Do not attempt to use this! + ## Installation You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://nginx.org) installed. @@ -44,4 +42,4 @@ You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://ngin `up static example.com` will serve a static website from current folder. -`up proxy example.com 8081` will create a reverse proxy listening at port 8081. \ No newline at end of file +`up proxy example.com 8081` will create a reverse proxy listening at port 8081.