https://github.com/caprover/nginx-reverse-proxy
A very simple reverse proxy using nginx and Docker
https://github.com/caprover/nginx-reverse-proxy
Last synced: 4 months ago
JSON representation
A very simple reverse proxy using nginx and Docker
- Host: GitHub
- URL: https://github.com/caprover/nginx-reverse-proxy
- Owner: caprover
- Created: 2019-04-12T04:23:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T05:48:31.000Z (about 1 year ago)
- Last Synced: 2025-07-04T06:31:37.820Z (about 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 23
- Watchers: 3
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-reverse-proxy
A very simple reverse proxy using nginx and Docker
```
docker run -p 1234:80 --env UPSTREAM_HTTP_ADDRESS='https://caprover.com' caprover/nginx-reverse-proxy
```
Open `http://localhost:1234` in your browser.