diff --git a/README.md b/README.md index 3e2aea6..e82d042 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ reverseproxy ==== +[![version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/geosoft1/reverseproxy/archive/master.zip) +[![license](https://img.shields.io/badge/license-gpl-blue.svg)](https://github.com/geosoft1/reverseproxy/blob/master/LICENSE) Simple [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) server. Useful for accessing web applications on various servers (or VMs) through a single domain. @@ -44,4 +46,4 @@ The reverse proxy add your path to the target, so be prepared to handle this pat Use `/` path for main site which have index page on `/`. Use sufixes for other web services which have the sufix as main page. -Do not repeat the routes because the server will take always tha last route to a target. \ No newline at end of file +Do not repeat the routes because the server will take always tha last route to a target.