Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksopyla authored Mar 4, 2019
1 parent 66c40bc commit 9ce0b01
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,6 @@ This procject is based on wonderfull projects:
## Usage


![Docker stars](https://img.shields.io/docker/stars/ermlab/nginx-lua-proxy.png "Docker stars")
 
![Docker pulls](https://img.shields.io/docker/pulls/ermlab/nginx-lua-proxy.png "Docker pulls")

[![Docker repo](https://github.com/Ermlab/nginx-lua-proxy/blob/master/images/docker.png?raw=true "Docker repo")](https://hub.docker.com/r/ermlab/nginx-lua-proxy/)
 
[![Github repo](https://github.com/Ermlab/nginx-lua-proxy/blob/master/images/github.png?raw=true "Github repo")](https://github.com/Ermlab/nginx-lua-proxy)

The main goal is to build the counterpart of hipache (https://github.com/hipache/hipache) with nginx.
The proxy tries to find the host in redis database and without the reloading (proxy server) use it as the upstream server.

The data stored in Redis is in the same format as in hipache. All code is built from source.

This project is based on wonderful projects:
* https://github.com/danday74/docker-nginx-lua
* https://github.com/samalba/hipache-nginx

## Usage


1. Run REDIS database, it is essential to name it **redis**, because the lua resty redis connection objects rely on hostname=redis,

```
Expand Down

0 comments on commit 9ce0b01

Please sign in to comment.