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
- Host: GitHub
- URL: https://github.com/pathmotion/nginx-reverse-proxy
- Owner: PathMotion
- Created: 2019-03-12T17:02:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T17:07:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T20:18:36.438Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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