An open API service indexing awesome lists of open source software.

https://github.com/pathmotion/nginx-reverse-proxy

A simple reverse proxy that uses nginx
https://github.com/pathmotion/nginx-reverse-proxy

Last synced: 2 months ago
JSON representation

A simple reverse proxy that uses nginx

Awesome Lists containing this project

README

          

# nginx-reverse-proxy image

## Purpose

This docker image is a simple reverse proxy with logging that uses nginx

## Usage

```
docker run -p 2222:80 -e REMOTE_HOST="http://www.pathmotion.com" pathmotion/nginx-reverse-proxy
```

Reverse proxy will be available on port 2222